add angular material project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export class Tutorial {
|
||||
id?: any;
|
||||
title?: string;
|
||||
description?: string;
|
||||
published?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user