docs(angular): add input-signals content (#6470)

pull/6471/head
J. Degand 3 months ago committed by GitHub
parent c69127316f
commit 890c7fe384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/inputs-as-signals@LcJyAfv9hjyUNXUVyPRP4.md

@ -1 +1,9 @@
# Inputs as Signals
# Inputs as Signals
Signal inputs allow values to be bound from parent components. Those values are exposed using a Signal and can change during the lifecycle of your component. Angular supports two variants of inputs: `Optional` and `Required`.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Inputs as Signals](https://angular.dev/guide/signals/inputs)
- [@article@Angular Signal Inputs: Complete Guide to input()](https://blog.angular-university.io/angular-signal-inputs/)
- [@video@Angular's New Signal Inputs](https://www.youtube.com/watch?v=yjCeaiWXC0U)
Loading…
Cancel
Save