MCPcopy 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
255export function getBindingsEnabled(): boolean {
256 return instructionState.bindingsEnabled;
257}
258
259/**
260 * Returns true if currently inside a skip hydration block.

Callers 3

ɵɵelementStartFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected