UNPKG

ng-business-hours

Version:

Angular component allows you to show and manage business hours

8 lines (7 loc) 209 B
export declare class NgBusinessHoursLocaleService { private locale; private currentLocale; constructor(locale: string); getCurrentLocale(): string; setCurrentLocale(value: string): void; }