0.0.3 • Published 7 months ago

irisa-date-picker v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

<datepicker (ngModel)="model.registrationDate" id="registrationDate" name="registrationDate" required autocomplete="off">

<datepicker (ngModel)="a" range="true" (dateFrom)="a" (dateTo)="b" id="registrationDate" name="registrationDate" required autocomplete="off"> <button (click)="test()">test

a: Date = new Date(); b: Date = new Date();

test(){ console.log(this.a , this.b) }

0.0.3

7 months ago

0.0.1

12 months ago