MCPcopy Index your code
hub / github.com/angular/angular / createDynamicComponent

Method createDynamicComponent

packages/core/test/acceptance/component_spec.ts:761–766  ·  view source on GitHub ↗
(target: any)

Source from the content-addressed store, hash-verified

759 constructor(public injector: EnvironmentInjector) {}
760
761 createDynamicComponent(target: any) {
762 createComponent(DynamicComponent, {
763 hostElement: target,
764 environmentInjector: this.injector,
765 });
766 }
767 }
768
769 function _document(): any {

Callers 1

component_spec.tsFile · 0.80

Calls 1

createComponentFunction · 0.90

Tested by

no test coverage detected