ngx-bootstrap
Version:
Angular Bootstrap
16 lines • 450 B
JavaScript
/**
* @copyright Valor Software
* @copyright Angular ng-bootstrap team
*/
export class ContentRef {
constructor(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
nodes, viewRef,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
componentRef) {
this.nodes = nodes;
this.viewRef = viewRef;
this.componentRef = componentRef;
}
}
//# sourceMappingURL=content-ref.class.js.map