angular-mydatepicker-ivy
Version:
Angular datepicker and date range picker
9 lines (8 loc) • 343 B
TypeScript
import { IMyOptions } from "../interfaces/my-options.interface";
import * as i0 from "@angular/core";
export declare class LocaleService {
private locales;
getLocaleOptions(locale: string): IMyOptions;
static ɵfac: i0.ɵɵFactoryDeclaration<LocaleService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LocaleService>;
}