presets property
A list of preset date ranges which the user can choose from.
These are subject to clamping by minDate
and maxDate
, and are excluded
entirely if their end point is before minDate
or their start point is
after maxDate
.
Implementation
@Input()
List<DatepickerPreset> presets = [];