@pazznetwork/ngx-chat
Version:
[](https://travis-ci.com/pazznetwork/ngx-chat) [](https://coveralls.io/github/pazzn
14 lines (13 loc) • 664 B
TypeScript
import { ComponentFactoryResolver, OnChanges, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LinksDirective implements OnChanges {
private readonly resolver;
private readonly viewContainerRef;
ngxChatLinks: string;
constructor(resolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef);
ngOnChanges(): void;
private transform;
private shorten;
static ɵfac: i0.ɵɵFactoryDeclaration<LinksDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LinksDirective, "[ngxChatLinks]", never, { "ngxChatLinks": "ngxChatLinks"; }, {}, never, never, false, never>;
}