MCPcopy Create free account
hub / github.com/angular/angular / UseValue

Class UseValue

packages/core/test/render3/jit/declare_injectable_spec.ts:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ɵɵngDeclareInjectableFunction · 0.90

Tested by

no test coverage detected