W3cubDocs

/Angular

assertNotInReactiveContext

Asserts that the current stack frame is not within a reactive context. Useful to disallow certain code from running inside a reactive context (see toSignal)

API

function assertNotInReactiveContext(
  debugFn: Function,
  extraContext?: string | undefined,
): void;

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/assertNotInReactiveContext