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

isSignal

function

Checks if the given value is a reactive Signal.

API

  
    function isSignal(  value: unknown): boolean;
  
  

isSignal

boolean

Checks if the given value is a reactive Signal.

@paramvalueunknown
@returnsboolean
Jump to details
HTTPS · web.archive.org
← Home