ngx-bootstrap-fix-datepicker
Version:
Native Angular Bootstrap Components
10 lines (9 loc) • 352 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
export declare class NgTranscludeDirective {
viewRef: ViewContainerRef;
protected _viewRef: ViewContainerRef;
protected _ngTransclude: TemplateRef<any>;
/* tslint:disable-next-line:no-any */
ngTransclude: TemplateRef<any>;
constructor(viewRef: ViewContainerRef);
}