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

Function markForRefresh

packages/core/src/render3/view_ref.ts:386–389  ·  view source on GitHub ↗
(view: ViewRef<unknown>)

Source from the content-addressed store, hash-verified

384}
385
386export function markForRefresh(view: ViewRef<unknown>): void {
387 // This function is only used by elements where _cdRefInjectingView is the same as _lView
388 markViewForRefresh(view._lView);
389}

Callers 1

setInputValueMethod · 0.85

Calls 1

markViewForRefreshFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…