ngx-bootstrap
Version:
Native Angular Bootstrap Components
10 lines (9 loc) • 369 B
TypeScript
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);
}