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

Function nextRender

packages/core/src/defer/triggering.ts:560–562  ·  view source on GitHub ↗
(injector: Injector)

Source from the content-addressed store, hash-verified

558
559// Waits for the next render cycle to complete
560function nextRender(injector: Injector): Promise<void> {
561 return new Promise<void>((resolveFn) => afterNextRender(resolveFn, {injector}));
562}
563
564async function triggerResourceLoadingForHydration(
565 dehydratedBlock: DehydratedDeferBlock,

Callers 1

Calls 1

afterNextRenderFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…