datepickerBindings top-level constant
Standard bindings needed by material datepicker components.
The provided Clock
, and the datepicker itself, will both use the system
time zone. Use timeZoneAwareDatepickerProviders if you need to set a
custom time zone.
Implementation
const datepickerBindings = [
popupBindings,
_legacyClockBinding,
ExistingProvider.forToken(datepickerClock, Clock),
];