UNPKG

nep-datepicker

Version:

The Angular Nepali Datepicker is an npm package designed to integrate a Nepali date picker component into Angular applications.

13 lines (12 loc) 758 B
import { ModuleWithProviders } from '@angular/core'; import { ConfigType } from './interface/interface'; import * as i0 from "@angular/core"; import * as i1 from "./pipes/to-np.pipe"; import * as i2 from "./nep-datepicker.component"; import * as i3 from "@angular/common"; export declare class NepaliDatepickerModule { static forRoot(config: ConfigType): ModuleWithProviders<NepaliDatepickerModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NepaliDatepickerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NepaliDatepickerModule, [typeof i1.ToNpPipe, typeof i2.NepaliDatepickerComponent], [typeof i3.CommonModule], [typeof i2.NepaliDatepickerComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NepaliDatepickerModule>; }