UNPKG

@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.

13 lines (12 loc) 486 B
import * as i0 from "@angular/core"; export type GetTokenFn = () => Promise<string>; export declare class HelpCenterConfigService { private _apiBaseUrl; private _getTokenFn?; setApiBaseUrl(url: string): void; getApiBaseUrl(): string; setGetTokenFn(fn: GetTokenFn): void; getTokenFn(): GetTokenFn | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<HelpCenterConfigService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HelpCenterConfigService>; }