ngx-material-date-fns-adapter
Version:
date-fns adapter for Angular-Material applications. (Support jalali)
15 lines (14 loc) • 743 B
TypeScript
import { Provider } from '@angular/core';
import { MatDateFormats } from '@angular/material/core';
import * as i0 from "@angular/core";
export declare class DateFnsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateFnsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateFnsModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateFnsModule>;
}
export declare class NgxMatDateFnsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatDateFnsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMatDateFnsModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxMatDateFnsModule>;
}
export declare function provideDateFnsAdapter(formats?: MatDateFormats): Provider[];