1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Removed note header

This commit is contained in:
Todd Martin
2025-05-13 21:57:53 -04:00
parent b2978a0b3e
commit e4f215e2d4

View File

@@ -82,7 +82,7 @@ const mySignal = this.viewCacheService.signal({
mySignal.set("value")
```
> [!NOTE] Equality comparison
> [!NOTE]
> By default, signals use `Object.is` to determine equality, and `set()` will only trigger updates if
> the updated value is not equal to the current signal state. See documentation
> [here](https://angular.dev/guide/signals#signal-equality-functions).