JSPM

@dasch-swiss/jdnconvertiblecalendardateadapter

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 462
  • Score
    100M100P100Q115096F
  • License Apache-2.0

Implementation of Angular Material DateAdapter for JDNConvertibleCalendar

Package Exports

  • @dasch-swiss/jdnconvertiblecalendardateadapter
  • @dasch-swiss/jdnconvertiblecalendardateadapter/package.json

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