Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
    • Overview
@angular/core

computed

function

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

API

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