ComponentRef<C> constructor
ComponentRef<C> (
- HostView<
void> _hostView, - Element _nativeElement,
- C _component
Implementation
ComponentRef(
this._hostView,
this._nativeElement,
this._component,
);