| 46 | } |
| 47 | |
| 48 | class OptionalService { |
| 49 | static ɵprov = ɵɵdefineInjectable({ |
| 50 | token: OptionalService, |
| 51 | providedIn: null, |
| 52 | factory: () => new OptionalService(), |
| 53 | }); |
| 54 | } |
| 55 | |
| 56 | class StaticService { |
| 57 | constructor(readonly dep: Service) {} |
nothing calls this directly
no test coverage detected
searching dependent graphs…