For removing item I use removeAt on FormArray object: onDelete(index) { this.secretLairs.removeAt(index); }. Reproduces in Angular 5, ...
確定! 回上一頁