novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
11 lines (10 loc) • 431 B
HTML
<!--Check out the FormDemo.js for more information!-->
<novo-form [form]="fileForm" layout="vertical">
<div class="novo-form-row">
<novo-control [form]="fileForm" [control]="fileControl"></novo-control>
</div>
<div class="novo-form-row">
<novo-control [form]="fileForm" [control]="multiFileControl"></novo-control>
</div>
</novo-form>
<div class="final-value">Value: {{fileForm.value | json}}</div>