add angular material project
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export class Setting {
|
||||
id?:any;
|
||||
name?:string;
|
||||
value?:boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user