Angular reactive forms, adding and removing fields?
问题 while building crud app in angular 5 I've come across with a question, how can I use the same form builder but change what form controls I get depending on what I want, adding or updating users thru form... Here's some simple code, I will try not to complicate things, since I have pretty big form with lot of attributes... So in my app.component.html i have form <form class="form-horizontal" [formGroup]="form" #myForm="ngForm" (ngSubmit)="save()"> <div class="form-group"> <label for="firstName