Project

General

Profile

« Previous | Next » 

Revision 51440

all api methods work!

View differences:

my-array.interface.ts
113 113
    this.confirmDelete.showModal();
114 114
  }
115 115

  
116
  confirmedRemove(){
116
  confirmedRemove(event: any){
117 117
    this.curIntrf.toBeDeleted = true;
118 118
    this.remove(this.curIndex);
119 119
    (this.parentGroup as FormArray).controls[this.name].removeAt(this.curIndex-1);

Also available in: Unified diff