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

Class ProjectorCmp

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

Source from the content-addressed store, hash-verified

3115 class MyLazyCmp {}
3116
3117 @Component({
3118 selector: 'projector-cmp',
3119 template: `
3120 <main>
3121 <ng-content />
3122 </main>
3123 `,
3124 })
3125 class ProjectorCmp {}
3126
3127 @Component({
3128 selector: 'my-placeholder-cmp',

Callers

nothing calls this directly

Calls 4

ComponentInterface · 0.90
injectFunction · 0.90
isPlatformServerFunction · 0.90
InputInterface · 0.90

Tested by

no test coverage detected