UNPKG

ngx-bootstrap

Version:
16 lines 450 B
/** * @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