The Wayback Machine - https://web.archive.org/web/20240920155633/https://angular.dev/api/core/assertNotInReactiveContext/
@angular/core

assertNotInReactiveContext

function

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).

  
    assertNotInReactiveContext(  debugFn: Function,  extraContext?: string): void;
  
  
Jump to details
HTTPS · web.archive.org
← Home