Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.32 KB

File metadata and controls

21 lines (12 loc) · 1.32 KB

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).