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:
parent
c69127316f
commit
890c7fe384
@ -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…
x
Reference in New Issue
Block a user