I have a form which contain a calendar allowing users to select a specific date , Here is the form : about.component.html
Solution 1:
Hey @Kaczka pojebana I dont know whether this date picker accept directive min or not.
Otherwise you can use:
HTML:
<inputtype="date" [min] = "minDate" fromControlName="date">
TS:
minDate: any=newDate();
Post a Comment for "Igx-calendar Ui For Angular"