UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension.

14 lines 493 B
<p-calendar [(ngModel)]="dateValue" [showIcon]="showIcon" [dateFormat]="dateFormat" [locale]="locale" [showTime]="showTime" [minDate]="minDate" [maxDate]="maxDate" [readonlyInput]="readonlyInput" [utc]="utc" class="omf-date-picker" (ngModelChange)="onModelChange($event)" (onBlur)="blur($event)" (onFocus)="focus($event)"> </p-calendar>