| 144 | } |
| 145 | |
| 146 | class UseValue { |
| 147 | constructor(readonly msg: string) {} |
| 148 | static ɵprov = ɵɵngDeclareInjectable({type: UseValue, useValue: 'a value'}); |
| 149 | } |
| 150 | |
| 151 | const UseExistingToken = new InjectionToken('UseExistingToken'); |
| 152 |
nothing calls this directly
no test coverage detected