9.0.0 • Published 2 years ago

@rs-pk/moment-adapter v9.0.0

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

9.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago