angular-material-components-moment-adapter
v18.0.3
Published
Moment Adapter for [angular-material-components-datetime-picker](https://www.npmjs.com/package/angular-material-components-datetime-picker)
Readme
NgxMatMomentAdapter
Description
Moment Adapter for angular-material-components-datetime-picker
Getting started
npm install --save angular-material-components-moment-adapterSetup
import { NgxMatMomentModule } from 'angular-material-components-moment-adapter';
@NgModule({
...
imports: [
NgxMatMomentModule,
NgxMatDatetimePickerModule,
],
...
})
export class AppModule { }License
MIT
Disclaimer
This project is a fork of https://github.com/h2qutc/angular-material-components to be used on Angular V17+
Original project was not maintained anymore.
All the credits to https://github.com/h2qutc
