@aslaluroba/help-center
Version:
A powerful and customizable help center widget for Angular applications with real-time chat functionality, AI assistance, and multi-language support.
12 lines (11 loc) • 485 B
TypeScript
import { TranslationService } from './services/translation.service';
import { Language } from './types';
import * as i0 from "@angular/core";
export declare class LanguageService {
private translationService;
constructor(translationService: TranslationService);
switchLanguage(language: Language): void;
getCurrentLang(): Language;
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LanguageService>;
}