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

Class CmpA

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

Source from the content-addressed store, hash-verified

2544 });
2545
2546 @Component({
2547 selector: 'cmp-a',
2548 template: `<ng-content />`,
2549 })
2550 class CmpA {}
2551
2552 @Component({
2553 selector: 'app',

Callers

nothing calls this directly

Calls 3

ComponentInterface · 0.90
isPlatformServerFunction · 0.90
injectFunction · 0.90

Tested by

no test coverage detected