Compare commits
1
Commits
fff2abf0a1
...
72935ba3f5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72935ba3f5 |
@@ -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