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

Class UseExisting

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

Source from the content-addressed store, hash-verified

151const UseExistingToken = new InjectionToken('UseExistingToken');
152
153class UseExisting {
154 static ɵprov = ɵɵngDeclareInjectable({type: UseExisting, useExisting: UseExistingToken});
155}
156
157class DependingClass {
158 constructor(readonly testClass: UseClass) {}

Callers

nothing calls this directly

Calls 1

ɵɵngDeclareInjectableFunction · 0.90

Tested by

no test coverage detected