@dasch-swiss/jdnconvertiblecalendardateadapter
v1.1.1
Published
Implementation of Angular Material DateAdapter for JDNConvertibleCalendar
Downloads
1,200
Readme
JDNConvertibleCalendarDateAdapter
Introduction
JDNConvertibleCalendarDateAdapter
provides an implementation of the Angular Material DateAdapter for JDNConvertibleCalendar,
so that the Angular Material DatePicker UI can be used with different calendars.
NPM Package
JDNConvertibleCalendarDateAdapter
is available as an npm module.
Use with Angular Material Datepicker
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.
Angular Version
This module works with Angular 15 (and above) as well as Angular Material 15 (and above) (see package.json).