ngx-bootstrap
Version:
Native Angular Bootstrap Components
14 lines • 370 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;
}());
export { ContentRef };
//# sourceMappingURL=content-ref.class.js.map