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