| 110 | } |
| 111 | |
| 112 | class ServiceTwo { |
| 113 | static ɵprov = ɵɵdefineInjectable({ |
| 114 | token: ServiceTwo, |
| 115 | providedIn: null, |
| 116 | factory: () => new ServiceTwo(), |
| 117 | }); |
| 118 | } |
| 119 | |
| 120 | let deepServiceDestroyed = false; |
| 121 | class DeepService { |
nothing calls this directly
no test coverage detected
searching dependent graphs…