UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

6 lines (5 loc) 176 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class BsComponentRef<T> { templateRef: TemplateRef<T>; viewContainer: ViewContainerRef; }