| 25 | class SubComponent {} |
| 26 | |
| 27 | class SubModule { |
| 28 | static ɵmod = ɵɵdefineNgModule({type: SubModule}); |
| 29 | } |
| 30 | ɵɵsetNgModuleScope(SubModule, {exports: [SubComponent]}); |
| 31 | |
| 32 | @Component({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…