diff --git a/src/data/roadmaps/angular/content/model-inputs@IeU6ClS_yp6BYKdkQOJVf.md b/src/data/roadmaps/angular/content/model-inputs@IeU6ClS_yp6BYKdkQOJVf.md index 2d81ead94..85783f7b1 100644 --- a/src/data/roadmaps/angular/content/model-inputs@IeU6ClS_yp6BYKdkQOJVf.md +++ b/src/data/roadmaps/angular/content/model-inputs@IeU6ClS_yp6BYKdkQOJVf.md @@ -1 +1,10 @@ -# Model Inputs \ No newline at end of file +# 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) \ No newline at end of file