copie uma matriz sem ponteiro no angular

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