Skip to content

Commit dfced4e

Browse files
committed
docs(angular-signal-inputs): add api ref to signal inputs
1 parent 83038ed commit dfced4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/content/docs/challenges/angular/43-signal-input.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ age = signal(0)
4545
age = input<number>()
4646
```
4747

48+
You can read more about signal inputs [here](https://angular.dev/guide/signals/inputs).
49+
4850
## Statement
4951

5052
In this small application, the goal is to refactor the `UserComponent` to utilize `SignalInput`.

0 commit comments

Comments
 (0)