UNPKG

@lifeintelligencegroup/ngx-lig-ari

Version:

Life Intelligence Group Artificial Intelligence

29 lines (28 loc) 1.23 kB
import { OnInit, EventEmitter } from '@angular/core'; import { Platform } from '@ionic/angular'; import { AriConfig } from '../../model/ari-bot.mode'; import { AriBotService } from '../../services/ari-bot.service'; import { CommonService } from '../../services/common.service'; import * as i0 from "@angular/core"; export declare class AriSplashScreenComponent implements OnInit { private plt; private commonService; private config; private ariBotService; chatIsReady: boolean; ariOnReady: EventEmitter<any>; ariOnTalking: EventEmitter<any>; showLoading: boolean; showSplash: boolean; showIntro: boolean; showFooter: boolean; doneSplash: boolean; backgroundSetting: any; assistantName: String; default: boolean; currentLocation: any; constructor(plt: Platform, commonService: CommonService, config: AriConfig, ariBotService: AriBotService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AriSplashScreenComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AriSplashScreenComponent, "lig-ari-splash-screen", never, { "chatIsReady": "chatIsReady"; }, { "ariOnReady": "ariOnReady"; "ariOnTalking": "ariOnTalking"; }, never, never>; }