docs(angular-signal-inputs): add api ref to signal inputs

This commit is contained in:
Vimulatus
2024-04-18 12:49:13 +05:30
parent 83038ed159
commit dfced4ec76

View File

@@ -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`.