Remove an item inside of an array which is inside of another array in angular?

后端 未结 0 1177
南笙
南笙 2020-12-05 10:06

I have the following Structure:

export class Contact {
    id: number = 0;
    firstname: string = \'\';
    lastname: string = \'\';
    phones: Phone[] = []         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题