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

Class RegularComponent

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

Source from the content-addressed store, hash-verified

3267 class ShadowDomComponent {}
3268
3269 @Component({
3270 selector: 'regular',
3271 template: `<p>Regular component</p>`,
3272 })
3273 class RegularComponent {
3274 @Input() id?: string;
3275 }
3276
3277 @Component({
3278 selector: 'app',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…