Compare commits

..
1 Commits
Author SHA1 Message Date
legonzaur 72935ba3f5 feat : frontend word edition 2024-12-29 20:40:02 +01:00
+2
View File
@@ -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
} }