MCPcopy Index your code
hub / github.com/angular/angular / isSkipHydrationRootTNode

Function isSkipHydrationRootTNode

packages/core/src/render3/state.ts:272–274  ·  view source on GitHub ↗
(tNode: TNode)

Source from the content-addressed store, hash-verified

270 * @returns boolean
271 */
272export function isSkipHydrationRootTNode(tNode: TNode): boolean {
273 return instructionState.skipHydrationRootTNode === tNode;
274}
275
276/**
277 * Enables directive matching on elements.

Callers 2

ɵɵelementEndFunction · 0.90
ɵɵdomElementEndFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…