@nodro7/angular-mydatepicker
Version:
Angular datepicker
9 lines (8 loc) • 344 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>;
}