ng2-bootstrap
Version:
Native Angular Bootstrap Components
15 lines (14 loc) • 349 B
JavaScript
/**
* @copyright Valor Software
* @copyright Angular ng-bootstrap team
*/
;
var ContentRef = (function () {
function ContentRef(nodes, viewRef, componentRef) {
this.nodes = nodes;
this.viewRef = viewRef;
this.componentRef = componentRef;
}
return ContentRef;
}());
exports.ContentRef = ContentRef;