Salin array tanpa penunjuk di sudut

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