Posts by Claudio Fco R. Martins • 3 points
1 post
-
0
votes1
answer591
viewsQ: Object array in Typescript when changing a value the others are changed
I have this class in Typescript export class PageModel { constructor () { } Name: string; Content: string; Url: string; } And created an array of this class let test: PageModel[]; test = new…
typescriptasked Claudio Fco R. Martins 3