ardhrizk-ngx-daterangepicker-bootstrap
Version:
Date Range Picker - Forced to Angular 16 and Bootstrap 5
10 lines (9 loc) • 431 B
TypeScript
import { LocaleConfig } from "./ngx-daterangepicker-locale.config";
import * as i0 from "@angular/core";
export declare class NgxDaterangepickerLocaleService {
private _config;
constructor(_config: LocaleConfig);
get config(): LocaleConfig;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDaterangepickerLocaleService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxDaterangepickerLocaleService>;
}