Skip to content Skip to sidebar Skip to footer

Igx-calendar Ui For Angular

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:

<input type="date"  [min] = "minDate" fromControlName="date">

TS:

minDate: any= new Date();

Post a Comment for "Igx-calendar Ui For Angular"