UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

14 lines (13 loc) 569 B
<!--Check out the FormDemo.js for more information!--> <novo-form [form]="pickerForm"> <div class="novo-form-row"> <novo-control [form]="pickerForm" [control]="singlePickerControl"></novo-control> </div> <div class="novo-form-row"> <novo-control [form]="pickerForm" [control]="multiPickerControl"></novo-control> </div> <div class="novo-form-row"> <novo-control [form]="pickerForm" [control]="entityMultiPickerControl"></novo-control> </div> </novo-form> <div class="final-value">Value: {{pickerForm.value | json}}</div>