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

Function enableRetrieveHydrationInfoImpl

packages/core/src/hydration/utils.ts:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 * Sets the implementation for the `retrieveHydrationInfo` function.
208 */
209export function enableRetrieveHydrationInfoImpl() {
210 _retrieveHydrationInfoImpl = retrieveHydrationInfoImpl;
211}
212
213/**
214 * Retrieves hydration info by reading the value from the `ngh` attribute

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…