Thanks to visit codestin.com Credit goes to angular-docs.tr
Execute an arbitrary function in a non-reactive (non-tracking) context. The executed function can, optionally, return a value.
function untracked<T>(nonReactiveReadsFn: () => T): T;
() => T
T