Thanks to visit codestin.com
Credit goes to angular-docs.tr

    • Genel Bakış
@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.

Detaylara atla