Posts by Nathan Gabriel • 121 points
3 posts
-
0
votes3
answers824
viewsA: Angular 7 - Reactive Form update template
You can create only one formGroup with all the properties of the person, as well as the phones, so just pass this formGroup via Input to the Component app-telefone-form, so you have access to all…
angularanswered Nathan Gabriel 121 -
2
votes2
answers5245
viewsA: Form Builder with angular array
Brother, whenever you try to add one more variation you end up replacing the whole content with just one: addVariacao() { this.categoriaForm = this.fb.group({ variacoes:…
angularanswered Nathan Gabriel 121 -
0
votes4
answers252
viewsA: css does not work with div added with append
Brother, I’ve come to the same problem as yours and I believe I’ve found a solution, see if it makes sense to you. In the case as the element li within the list_arquivos was created via javascript I…