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

Signal

Type Alias

A reactive value which notifies consumers of any changes.

  
    type Signal<T> = (() => T) & {  [SIGNAL]: unknown;}
  
  
Jump to details
HTTPS · web.archive.org
← Home