1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-04 07:22:26 +02:00

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

This commit is contained in:
J. Degand 2024-08-09 19:52:27 -04:00 committed by GitHub
parent c69127316f
commit 890c7fe384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)