Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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.ts
File · 0.90
Calls
1
ɵɵdefineInjectable
Function · 0.90
Tested by
no test coverage detected