| 148 | class CompUsingModuleDirectiveAndPipe {} |
| 149 | |
| 150 | @NgModule() |
| 151 | class SomeLibModule {} |
| 152 | |
| 153 | const aTok = new InjectionToken<string>('a'); |
| 154 | const bTok = new InjectionToken<string>('b'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…