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

computed

function

Create a computed Signal which derives a reactive value from an expression.

  
    computed(  computation: () => T,  options?: CreateComputedOptions<T>): Signal<T>;
  
  
Jump to details
HTTPS · web.archive.org
← Home