SyntaxFix
Write A Post
Hire A Developer
Questions
This is Daria's suggestion (see comment on the question) which works starting from TypeScript 2.1 and basically clones each element from the array:
Daria
this.clonedArray = theArray.map(e => ({ ... e }));