ng2-bootstrap
Version:
Native Angular Bootstrap Components
13 lines • 354 B
JavaScript
/**
* @copyright Valor Software
* @copyright Angular ng-bootstrap team
*/
export var ContentRef = (function () {
function ContentRef(nodes, viewRef, componentRef) {
this.nodes = nodes;
this.viewRef = viewRef;
this.componentRef = componentRef;
}
return ContentRef;
}());
//# sourceMappingURL=content-ref.class.js.map