| 117 | }); |
| 118 | } |
| 119 | class FutureModule { |
| 120 | static ɵinj = ɵɵngDeclareInjector({type: FutureModule}); |
| 121 | } |
| 122 | |
| 123 | const injector = ɵcreateInjector(FutureModule); |
| 124 | const actual = injector.get(TestClass); |
nothing calls this directly
no test coverage detected