@ngxmc/moment-adapter
v19.1.0
Published
Angular Material Moment Adapter
Downloads
1,597
Readme
NgxMatMomentAdapter
Description
Moment Adapter for @ngxmc/datetime-picker
Getting started
npm install --save @ngxmc/moment-adapter
Setup
import { NgxMatMomentModule } from '@ngxmc/moment-adapter';
@NgModule({
...
imports: [
NgxMatMomentModule,
NgxMatDatetimePickerModule,
],
...
})
export class AppModule { }
License
MIT