novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
9 lines (8 loc) • 334 B
HTML
<div class="date-picker-demo-side-by-side">
<p>
<label>Value One</label> {{(dateOne | date) || 'N/A'}}
<label>Value Two</label> {{(dateTwo | date) || 'N/A'}}
</p>
<novo-date-picker [(ngModel)]="dateOne"></novo-date-picker>
<novo-date-picker-input [(ngModel)]="dateTwo"></novo-date-picker-input>
</div>