The Wayback Machine - https://web.archive.org/web/20251110082059/https://angular.dev/api/core/CreateComputedOptions
    • Overview
@angular/core

CreateComputedOptions

interface

Options passed to the computed creation function.

API

    
      interface CreateComputedOptions<T> {}
    
    

equal

ValueEqualityFn<T> | undefined

A comparison function which defines equality for computed values.

debugName

string | undefined

A debug name for the computed signal. Used in Angular DevTools to identify the signal.

Jump to details
HTTPS · web.archive.org
← Home