Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ ɵɵnextContext
Function
ɵɵnextContext
packages/core/src/render3/instructions/next_context.ts:22–24 ·
view source on GitHub ↗
(level: number = 1)
Source
from the content-addressed store, hash-verified
20
* @codeGenApi
21
*/
22
export
function
ɵɵnextContext<T = any>(level: number = 1): T {
23
return
nextContextImpl(level);
24
}
Callers
nothing calls this directly
Calls
1
nextContextImpl
Function · 0.90
Tested by
no test coverage detected