The Wayback Machine - https://web.archive.org/web/20250317114733/https://angular.dev/api/core/untracked
    • Overview
@angular/core

untracked

function

Execute an arbitrary function in a non-reactive (non-tracking) context. The executed function can, optionally, return a value.

API

  
    function untracked<T>(  nonReactiveReadsFn: () => T): T;
  
  

untracked

T

Execute an arbitrary function in a non-reactive (non-tracking) context. The executed function can, optionally, return a value.

@paramnonReactiveReadsFn() => T
@returnsT
Jump to details
HTTPS · web.archive.org
← Home