UNPKG

ngx-daterangepicker-material

Version:

Angular 9 and 10 date range picker (with material design theme)

15 lines (14 loc) 915 B
import { ModuleWithProviders } from '@angular/core'; import { LocaleConfig } from './daterangepicker.config'; import * as i0 from "@angular/core"; import * as i1 from "./daterangepicker.component"; import * as i2 from "./daterangepicker.directive"; import * as i3 from "@angular/common"; import * as i4 from "@angular/forms"; export declare class NgxDaterangepickerMd { constructor(); static forRoot(config?: LocaleConfig): ModuleWithProviders<NgxDaterangepickerMd>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxDaterangepickerMd, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDaterangepickerMd, [typeof i1.DaterangepickerComponent, typeof i2.DaterangepickerDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.DaterangepickerComponent, typeof i2.DaterangepickerDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxDaterangepickerMd>; }