Template
feat : frontend word edition
This commit is contained in:
@@ -14,6 +14,8 @@ export class WordResponseDTO {
|
||||
|
||||
enabled: boolean;
|
||||
|
||||
loading?: boolean = false
|
||||
|
||||
toJSON() {
|
||||
return { ...this } // here I make a POJO's copy of the class instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user