UNPKG

ng2-bootstrap

Version:
13 lines 354 B
/** * @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