UNPKG

492 BTypeScriptView Raw
1import { BehaviorSubject, Observable } from 'rxjs';
2import * as i0 from "@angular/core";
3export declare class BsLocaleService {
4 private _defaultLocale;
5 private _locale;
6 private _localeChange;
7 get locale(): BehaviorSubject<string>;
8 get localeChange(): Observable<string>;
9 get currentLocale(): string;
10 use(locale: string): void;
11 static ɵfac: i0.ɵɵFactoryDeclaration<BsLocaleService, never>;
12 static ɵprov: i0.ɵɵInjectableDeclaration<BsLocaleService>;
13}