@angular/core

computed

function

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

  
    function computed<T>(  computation: () => T,  options?: CreateComputedOptions<T> | undefined): Signal<T>;
  
  
Jump to details