JDNConvertibleCalendarDateAdapter
provides an implementation of the Angular Material DateAdapter for JDNConvertibleCalendar,
so that the Angular Material DatePicker UI can be used with different calendars.
JDNConvertibleCalendarDateAdapter
is available as an npm module.
Add @dasch-swiss/jdnconvertiblecalendardateadapter
and @dasch-swiss/jdnconvertiblecalendar
to the dependencies in your package.json
and run npm install
.
Add MatJDNConvertibleCalendarDateAdapterModule
to your application's module configuration. See app.module.ts as an example.
See also Angular Material docs for instructions how to integrate it with Angular Material.
This module works with Angular 15 (and above) as well as Angular Material 15 (and above) (see package.json).