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
12 lines (11 loc) • 331 B
TypeScript
/**
* @copyright Valor Software
* @copyright Angular ng-bootstrap team
*/
import { ComponentRef, ViewRef } from '@angular/core';
export declare class ContentRef {
nodes: any[];
viewRef?: ViewRef;
componentRef?: ComponentRef<any>;
constructor(nodes: any[], viewRef?: ViewRef, componentRef?: ComponentRef<any>);
}