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

Class ProjectorCmp

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

Source from the content-addressed store, hash-verified

3095 class MyLazyCmp {}
3096
3097 @Component({
3098 selector: 'projector-cmp',
3099 template: `
3100 <main>
3101 <ng-content />
3102 </main>
3103 `,
3104 })
3105 class ProjectorCmp {}
3106
3107 @Component({
3108 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…