mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
docs(angular-signal-inputs): add api ref to signal inputs
This commit is contained in:
@@ -45,6 +45,8 @@ age = signal(0)
|
||||
age = input<number>()
|
||||
```
|
||||
|
||||
You can read more about signal inputs [here](https://angular.dev/guide/signals/inputs).
|
||||
|
||||
## Statement
|
||||
|
||||
In this small application, the goal is to refactor the `UserComponent` to utilize `SignalInput`.
|
||||
|
||||
Reference in New Issue
Block a user