MCPcopy Index your code
hub / github.com/angular/angular / Service

Class Service

packages/core/test/di/r3_injector_spec.ts:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 class Service {
41 static ɵprov = ɵɵdefineInjectable({
42 token: Service,
43 providedIn: null,
44 factory: () => new Service(),
45 });
46 }
47
48 class OptionalService {
49 static ɵprov = ɵɵdefineInjectable({

Callers 1

test_service.tsFile · 0.90

Calls 1

ɵɵdefineInjectableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…