UNPKG

ng-dap

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.

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