Copiez un tableau sans pointeur dans Angular

this.array2 = this
      .array1
      .map(el => ({...el, isActive: false }));
Perfect Peccary