2.0.3 • Published 2 years ago

rs-moment-adapter v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NgxMatMomentAdapter

Description

Moment Adapter for @angular-material-components/datetime-picker

Getting started

npm install --save  @angular-material-components/moment-adapter

Setup

import { NgxMatMomentModule } from '@angular-material-components/moment-adapter';
@NgModule({
   ...
   imports: [
      NgxMatMomentModule,
      NgxMatDatetimePickerModule,
   ],
   ...
})
export class AppModule { }

License

MIT

2.0.3

2 years ago

2.0.2

2 years ago