UNPKG

354 BJavaScriptView Raw
1/**
2 * @copyright Valor Software
3 * @copyright Angular ng-bootstrap team
4 */
5export var ContentRef = (function () {
6 function ContentRef(nodes, viewRef, componentRef) {
7 this.nodes = nodes;
8 this.viewRef = viewRef;
9 this.componentRef = componentRef;
10 }
11 return ContentRef;
12}());
13//# sourceMappingURL=content-ref.class.js.map
\No newline at end of file