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

pull/6509/head
J. Degand 3 months ago committed by GitHub
parent 56aec6f077
commit b010452c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/angular/content/model-inputs@IeU6ClS_yp6BYKdkQOJVf.md

@ -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)
Loading…
Cancel
Save