UNPKG

ngx-intercom-messenger

Version:

This is an Intercom wrapper for Angular 18+ which supports AoTx

11 lines (10 loc) 581 B
import { IntercomMessengerService } from '../intercom-messenger.service'; import * as i0 from "@angular/core"; export declare class IntercomShutdownDirective { private intercom; intercomShutdown: boolean; constructor(intercom: IntercomMessengerService); onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<IntercomShutdownDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<IntercomShutdownDirective, "[intercomShutdown]", never, { "intercomShutdown": { "alias": "intercomShutdown"; "required": false; }; }, {}, never, never, false, never>; }