Created
February 28, 2019 01:37
-
-
Save camilogiraldo/d5ad18ac6fbd27a202faa9939e2b3328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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