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

Class RegularComponent

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

Source from the content-addressed store, hash-verified

3287 class ShadowDomComponent {}
3288
3289 @Component({
3290 selector: 'regular',
3291 template: `<p>Regular component</p>`,
3292 })
3293 class RegularComponent {
3294 @Input() id?: string;
3295 }
3296
3297 @Component({
3298 selector: 'app',

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
InputInterface · 0.90

Tested by

no test coverage detected