valor-software/ng2-bootstrap

View on GitHub
src/component-loader/bs-component-ref.class.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { TemplateRef, ViewContainerRef } from '@angular/core';

export class BsComponentRef<T> {
  templateRef: TemplateRef<T>;
  viewContainer: ViewContainerRef;
}