UNPKG

ngx-bootstrap

Version:
10 lines (9 loc) 369 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class NgTranscludeDirective { viewRef: ViewContainerRef; protected _viewRef: ViewContainerRef; protected _ngTransclude: TemplateRef<any>; set ngTransclude(templateRef: TemplateRef<any>); get ngTransclude(): TemplateRef<any>; constructor(viewRef: ViewContainerRef); }