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

Class DynamicComponent

packages/platform-server/test/full_app_hydration_spec.ts:1112–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110 describe('ViewContainerRef', () => {
1111 it('should work with ViewContainerRef.createComponent', async () => {
1112 @Component({
1113 selector: 'dynamic',
1114 template: ` <span>This is a content of a dynamic component.</span> `,
1115 })
1116 class DynamicComponent {}
1117
1118 @Component({
1119 selector: 'app',

Callers

nothing calls this directly

Calls 3

ComponentInterface · 0.90
injectFunction · 0.90
isPlatformServerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…