W3cubDocs

/Angular

CreateComputedOptions

interface developer preview

Options passed to the computed creation function.

interface CreateComputedOptions<T> {
  equal?: ValueEqualityFn<T>
}

Properties

Property Description
equal?: ValueEqualityFn<T>

A comparison function which defines equality for computed values.

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/CreateComputedOptions