Create a computed Signal which derives a reactive value from an expression.
API
function computed<T>( computation: () => T, options?: CreateComputedOptions<T> | undefined, ): Signal<T>;
Create a computed Signal which derives a reactive value from an expression.
function computed<T>( computation: () => T, options?: CreateComputedOptions<T> | undefined, ): Signal<T>;
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/computed