@connectycube/chat-widget-angular
Version:
A customizable Angular chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.
28 lines (24 loc) • 1.43 kB
TypeScript
import { ConnectyCubeChatWidgetProps } from '@connectycube/chat-widget';
export { ConnectyCubeChatWidgetProps } from '@connectycube/chat-widget';
import * as i0 from '@angular/core';
import { AfterViewInit, OnChanges, OnDestroy, ElementRef, NgZone, SimpleChanges } from '@angular/core';
declare class ConnectyCubeChatWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
private host;
private zone;
props?: ConnectyCubeChatWidgetProps;
private root;
private container;
constructor(host: ElementRef<HTMLElement>, zone: NgZone);
ngAfterViewInit(): void;
ngOnChanges(_changes: SimpleChanges): void;
ngOnDestroy(): void;
private renderReact;
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectyCubeChatWidgetComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectyCubeChatWidgetComponent, "connectycube-chat-widget", never, { "props": { "alias": "props"; "required": false; }; }, {}, never, never, true, never>;
}
declare class ConnectyCubeChatWidgetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectyCubeChatWidgetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ConnectyCubeChatWidgetModule, never, [typeof ConnectyCubeChatWidgetComponent], [typeof ConnectyCubeChatWidgetComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ConnectyCubeChatWidgetModule>;
}
export { ConnectyCubeChatWidgetComponent, ConnectyCubeChatWidgetModule };