Skip to content

Commit

Permalink
docs(angular-signal-inputs): add api ref to signal inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
vimulatus committed Apr 18, 2024
1 parent 83038ed commit dfced4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/content/docs/challenges/angular/43-signal-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit dfced4e

Please sign in to comment.