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.

11 lines (10 loc) 428 B
import { HelpCenterConfigService } from './help-center-config.service'; import { TokenResponse } from '../types'; import * as i0 from "@angular/core"; export declare class TokenService { private config; constructor(config: HelpCenterConfigService); getToken(): Promise<TokenResponse>; static ɵfac: i0.ɵɵFactoryDeclaration<TokenService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TokenService>; }