@ngx-cmps/moment-adapter
v22.0.1
Published
Angular Material Moment Adapter
Readme
provideNgxMatMomentDate
Description
Moment Adapter for @ngx-cmps/datetime-picker
Getting started
npm install --save @ngx-cmps/moment-adapterSetup
import { provideNgxMatMomentDate } from '@ngx-cmps/moment-adapter';
export const appConfig: ApplicationConfig = {
providers: [provideAnimations(), ..., provideNgxMatMomentDate()],
};License
MIT
