UNPKG

ng-dynamic-component

Version:

> Dynamic components with full life-cycle support for inputs and outputs

8 lines 207 B
import { ComponentRef } from '@angular/core'; /** * @public */ export interface DynamicComponentInjector { componentRef: ComponentRef<unknown> | null; } //# sourceMappingURL=component-injector.d.ts.map