UNPKG

ngx-bootstrap

Version:
14 lines 370 B
/** * @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