Posts by Erick Oliveira • 1 point
2 posts
-
0
votes1
answer40
viewsQ: formArrayName(fb.array) within another formArrayName(fb.array) cannot generate another product field
Follow the form I need to mount in html formulario( lancamentoForm?: Lancamento ) { this.formularioLancamento = this.fb.group({ id: [lancamentoForm.id], dataCadastro: [lancamentoForm.dataCadastro],…
-
0
votes0
answers20
viewsQ: in a fb.array I have another array so I can’t generate the other field to insert a new product and its additions
Good afternoon, everyone, I need your help. This is a piece of Json I need to assemble. { "produtos": [ { "nomeProduto": "Bolo", "produto": 47, "valor_venda": 10, "quantidade": 1, "totalProduto":…