| 179 | } |
| 180 | |
| 181 | class InjectorWithDep { |
| 182 | constructor(readonly service: Service) {} |
| 183 | |
| 184 | static ɵfac = () => new InjectorWithDep(ɵɵinject(Service)); |
| 185 | static ɵinj = ɵɵdefineInjector({}); |
| 186 | } |
| 187 | |
| 188 | class ChildService extends ServiceWithDep {} |
| 189 |
nothing calls this directly
no test coverage detected
searching dependent graphs…