Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ throwMixedMultiProviderError
Function
throwMixedMultiProviderError
packages/core/src/render3/errors_di.ts:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
export
function
throwMixedMultiProviderError() {
35
throw
new
Error(`Cannot mix multi providers and regular providers`);
36
}
37
38
export
function
throwInvalidProviderError(
39
ngModuleType?: Type<unknown>,
Callers
1
processProvider
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected