UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

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); }