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