Skip to content

Commit

Permalink
docs: update angular signals link (#3116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuncevic authored Nov 25, 2024
1 parent 5936eef commit ac1682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/reactivity-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export function useMachine(options) {
Quite a few other frameworks have introduced reactivity primitives similar to refs from Vue's Composition API, under the term "signals":

- [Solid Signals](https://www.solidjs.com/docs/latest/api#createsignal)
- [Angular Signals](https://angular.io/guide/signals)
- [Angular Signals](https://angular.dev/guide/signals)
- [Preact Signals](https://preactjs.com/guide/v10/signals/)
- [Qwik Signals](https://qwik.builder.io/docs/components/state/#usesignal)

Expand Down

0 comments on commit ac1682b

Please sign in to comment.