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