Moment Adapter for @ngxmc/datetime-picker
npm install --save @ngxmc/moment-adapter
import { provideNgxMatMomentDate } from '@ngxmc/moment-adapter';
export const appConfig: ApplicationConfig = {
providers: [provideAnimations(), ..., provideNgxMatMomentDate()],
};
MIT