docs(angular): add two-way binding content (#6445)

pull/6454/head
J. Degand 2 months ago committed by GitHub
parent e8aa4813d6
commit b5f8a53338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/data/roadmaps/angular/content/two-way-binding@2UH79nCjgtY1Qz1YjUJYL.md

@ -1 +1,8 @@
# Two-way Binding
Two-way binding gives components in your application a way to share data. Use two-way binding to listen for events and update values simultaneously between parent and child components. Angular's two-way binding syntax is a combination of square brackets and parentheses, `[()]`, commonly known as `banana in a box`.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Two-way binding](https://angular.dev/guide/templates/two-way-binding)
- [@article@How to implement two-way data binding in Angular](https://www.angularminds.com/blog/how-to-implement-two-way-data-binding-in-angular)

Loading…
Cancel
Save