UNPKG

ng2-bootstrap

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