ComponentRef<C> constructor

ComponentRef<C>(
  1. HostView<void> _hostView,
  2. Element _nativeElement,
  3. C _component
)

Implementation

ComponentRef(
  this._hostView,
  this._nativeElement,
  this._component,
);