Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active September 14, 2017 07:33
Show Gist options
  • Save isummation/46cea24724cc275eb249f026d03feaf5 to your computer and use it in GitHub Desktop.
Save isummation/46cea24724cc275eb249f026d03feaf5 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="col-md-6">
<h3 class="title">Dynamic Form Component</h3>
<dynamic-form [formConfig]="formConfig" (formSubmit)="onSubmit($event)"></dynamic-form>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment