UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

10 lines (8 loc) 378 B
<div class="calendar-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" minYear="2000" maxYear="2020" [start]="start" [end]="end"></novo-date-picker> <novo-date-picker [(ngModel)]="dateTwo"></novo-date-picker> </div>