UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

14 lines (13 loc) 664 B
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>; }