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

docs(angular): add model-inputs content (#6471)

This commit is contained in:
J. Degand 2024-08-12 04:26:41 -04:00 committed by GitHub
parent 56aec6f077
commit b010452c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,10 @@
# Model Inputs
# Model Inputs
Model inputs are a special type of input that enable a component to propagate new values back to another component. Use model inputs in components that exist to modify a value based on user interaction.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Model Inputs](https://angular.dev/guide/signals/model)
- [@video@Angular's New Model Inputs: Two-way Communication with your Child Components](https://www.youtube.com/watch?v=frXIBKqzTK0)
- [@article@Angular Model Inputs: Two-way binding inputs with signals](https://www.codemotion.com/magazine/frontend/angular-model-inputs-two-way-binding-inputs-with-signals/)
- [@article@Model Inputs: Reactive two-way binding ](https://dev.to/this-is-angular/model-inputs-reactive-two-way-binding-2538)