ngx-datetime-range-picker
Version:
> Ngx Date time range picker with daily, weekly, monthly, quarterly & yearly levels
15 lines (14 loc) • 988 B
TypeScript
import { ModuleWithProviders } from "@angular/core";
import * as i0 from "@angular/core";
import * as i1 from "./pipes/objNgFor.pipe";
import * as i2 from "./ngx-datetime-range-picker.component";
import * as i3 from "@angular/common";
import * as i4 from "@angular/forms";
import * as i5 from "./material/material.module";
export declare class NgxDatetimeRangePickerModule {
constructor(parentModule: NgxDatetimeRangePickerModule);
static forRoot(): ModuleWithProviders<NgxDatetimeRangePickerModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatetimeRangePickerModule, [{ optional: true; skipSelf: true; }]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDatetimeRangePickerModule, [typeof i1.ObjNgFor, typeof i2.NgxDatetimeRangePickerComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.MaterialModule], [typeof i2.NgxDatetimeRangePickerComponent, typeof i5.MaterialModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxDatetimeRangePickerModule>;
}