Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ ModuleWithMissingDep
Class
ModuleWithMissingDep
packages/core/test/di/r3_injector_spec.ts:237–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
class
ModuleWithMissingDep {
238
static ɵinj = ɵɵdefineInjector({
239
imports: undefined,
240
providers: [ServiceWithMissingDep],
241
});
242
}
243
244
class
NotAModule {}
245
Callers
nothing calls this directly
Calls
1
ɵɵdefineInjector
Function · 0.90
Tested by
no test coverage detected