Skip to content

Commit a29a398

Browse files
aparziAndrewKushnir
authored andcommitted
docs(docs-infra): Fix broken link
Fix broken link side effects Fix angular#66051
1 parent b043c74 commit a29a398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/signals/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ All signal APIs are synchronous— `signal`, `computed`, `input`, etc. However,
9898

9999
## Executing side effects on non-reactive APIs
100100

101-
Synchronous or asynchronous derivations are recommended when we want to react to state changes. However this doesn't cover all the usecase and you'll sometime find yourself in a situation where you need to react on signal changes on non-reactive apis. Use `effect` or `afterRenderEffect` for those specific usecases. For more information see [Side effects for non-reactives APIs](/guide/effect) guide.
101+
Synchronous or asynchronous derivations are recommended when we want to react to state changes. However this doesn't cover all the usecase and you'll sometime find yourself in a situation where you need to react on signal changes on non-reactive apis. Use `effect` or `afterRenderEffect` for those specific usecases. For more information see [Side effects for non-reactives APIs](/guide/signals/effect) guide.
102102

103103
## Reading signals in `OnPush` components
104104

0 commit comments

Comments
 (0)