Deep copy an array in Angular 2 + TypeScript January 29, 2023 by Tarik Check this: let cloned = source.map(x => Object.assign({}, x));