Skip to content

Instantly share code, notes, and snippets.

@camilogiraldo
Created February 28, 2019 01:37
Show Gist options
  • Save camilogiraldo/d5ad18ac6fbd27a202faa9939e2b3328 to your computer and use it in GitHub Desktop.
Save camilogiraldo/d5ad18ac6fbd27a202faa9939e2b3328 to your computer and use it in GitHub Desktop.
<form [formGroup]="form" (submit)="submitForm()">
<ng-template ngFor let-input [ngForOf]="formData">
<ng-container [ngSwitch]="input.controlType">
<!-- here we will be dynamically creating our form fields-->
</ng-container>
</ng-template>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment