Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getBindingsEnabled
Function
getBindingsEnabled
packages/core/src/render3/state.ts:255–257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
}
254
255
export
function
getBindingsEnabled(): boolean {
256
return
instructionState.bindingsEnabled;
257
}
258
259
/**
260
* Returns true
if
currently inside a skip hydration block.
Callers
3
ɵɵelementStart
Function · 0.90
ɵɵelementContainerStart
Function · 0.90
declareDirectiveHostTemplate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected