ardhrizk-ngx-daterangepicker-bootstrap
Version:
Date Range Picker - Forced to Angular 16 and Bootstrap 5
15 lines (14 loc) • 1.08 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { LocaleConfig } from "./ngx-daterangepicker-locale.config";
import * as i0 from "@angular/core";
import * as i1 from "./ngx-daterangepicker-bootstrap.component";
import * as i2 from "./ngx-daterangepicker-bootstrap.directive";
import * as i3 from "@angular/common";
import * as i4 from "@angular/forms";
export declare class NgxDaterangepickerBootstrapModule {
constructor();
static forRoot(config?: LocaleConfig): ModuleWithProviders<NgxDaterangepickerBootstrapModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDaterangepickerBootstrapModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDaterangepickerBootstrapModule, [typeof i1.NgxDaterangepickerBootstrapComponent, typeof i2.NgxDaterangepickerBootstrapDirective], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.NgxDaterangepickerBootstrapComponent, typeof i2.NgxDaterangepickerBootstrapDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxDaterangepickerBootstrapModule>;
}