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

Class SimpleComponent

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

Source from the content-addressed store, hash-verified

135 class NestedComponent {}
136
137 @Component({
138 selector: 'app',
139 imports: [NestedComponent],
140 template: ` <nested /> `,
141 })
142 class SimpleComponent {}
143
144 const html = await ssr(SimpleComponent);
145 const ssrContents = getAppContents(html);

Callers

nothing calls this directly

Calls 6

ComponentInterface · 0.90
injectFunction · 0.90
isPlatformServerFunction · 0.90
InputInterface · 0.90
signalFunction · 0.90
keysMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…