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

Class NestedComponent

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

Source from the content-addressed store, hash-verified

129 describe('annotations', () => {
130 it('should add hydration annotations to component host nodes during ssr', async () => {
131 @Component({
132 selector: 'nested',
133 template: 'This is a nested component.',
134 })
135 class NestedComponent {}
136
137 @Component({
138 selector: 'app',

Callers

nothing calls this directly

Calls 3

ComponentInterface · 0.90
InputInterface · 0.90
injectFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…