UNPKG

450 BJavaScriptView Raw
1/**
2 * @copyright Valor Software
3 * @copyright Angular ng-bootstrap team
4 */
5export class ContentRef {
6 constructor(
7 // eslint-disable-next-line @typescript-eslint/no-explicit-any
8 nodes, viewRef,
9 // eslint-disable-next-line @typescript-eslint/no-explicit-any
10 componentRef) {
11 this.nodes = nodes;
12 this.viewRef = viewRef;
13 this.componentRef = componentRef;
14 }
15}
16//# sourceMappingURL=content-ref.class.js.map
\No newline at end of file