UNPKG

@alexfriesen/ngx-mat-timepicker

Version:

ngx-mat-timepicker is an Angular material 17+ extension to add time pickers!

15 lines (14 loc) 613 B
import { NumberingSystem } from 'luxon'; import * as i0 from "@angular/core"; export declare class NgxMatTimepickerLocaleService { get locale(): string; get numberingSystem(): string; private _locale; private _numberingSystem; updateLocale(newValue: string): void; updateNumberingSystemByLocale(newValue: string): void; updateNumberingSystem(newValue: NumberingSystem): void; private resolveNumberingSystemByLocale; static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatTimepickerLocaleService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxMatTimepickerLocaleService>; }