Posts by Filipe Mansano • 1 point
1 post
-
0
votes3
answers824
viewsQ: Angular 7 - Reactive Form update template
I have the following class in my model export class TelefoneNumero { id: number; numero: string; descricao: string; } export class Pessoa { constructor(){ this.telefones = []; } id: number; nome:…
angularasked Filipe Mansano 1