| 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', |
nothing calls this directly
no test coverage detected