MCPcopy Create free account
hub / github.com/angular/angular / createComponent

Function createComponent

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

Source from the content-addressed store, hash-verified

1887 it('should throw if class without @Component decorator is used as Component type', () => {
1888 class MyClassWithoutComponentDecorator {}
1889 const createComponent = () => {
1890 fixture.componentInstance.viewContainerRef.createComponent(
1891 MyClassWithoutComponentDecorator,
1892 );
1893 };
1894 expect(createComponent).toThrowError(
1895 /Provided Component class doesn't contain Component definition./,
1896 );

Callers 2

Calls 1

createComponentMethod · 0.65

Tested by

no test coverage detected