The Wayback Machine - https://web.archive.org/web/20260305083306/https://angular.dev/api/core/computed
    • 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
HTTPS · web.archive.org
← Home