MCPcopy
hub / github.com/angular/angular / createComponent

Function createComponent

packages/core/test/acceptance/view_container_ref_spec.ts:1824–1828  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1822 it('should throw if class without @Component decorator is used as Component type', () => {
1823 class MyClassWithoutComponentDecorator {}
1824 const createComponent = () => {
1825 fixture.componentInstance.viewContainerRef.createComponent(
1826 MyClassWithoutComponentDecorator,
1827 );
1828 };
1829 expect(createComponent).toThrowError(
1830 /Provided Component class doesn't contain Component definition./,
1831 );

Callers 2

Calls 1

createComponentMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…