We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5936eef commit ac1682bCopy full SHA for ac1682b
src/guide/extras/reactivity-in-depth.md
@@ -403,7 +403,7 @@ export function useMachine(options) {
403
Quite a few other frameworks have introduced reactivity primitives similar to refs from Vue's Composition API, under the term "signals":
404
405
- [Solid Signals](https://www.solidjs.com/docs/latest/api#createsignal)
406
-- [Angular Signals](https://angular.io/guide/signals)
+- [Angular Signals](https://angular.dev/guide/signals)
407
- [Preact Signals](https://preactjs.com/guide/v10/signals/)
408
- [Qwik Signals](https://qwik.builder.io/docs/components/state/#usesignal)
409
0 commit comments