Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created November 12, 2021 19:49
Show Gist options
  • Save dontpaniclabsgists/23088ab39ea83e8dc2743626c677845c to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/23088ab39ea83e8dc2743626c677845c to your computer and use it in GitHub Desktop.
<ng-container *ngFor="let adminForm of admins.controls; let index = index">
<div>
<input id="name" type="text" formControlName="name" />
<input id="email" type="text" formControlName="email" />
</div>
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment