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