docs(angular): add two-way binding content (#6445)
parent
e8aa4813d6
commit
b5f8a53338
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Two-way Binding |
||||
# 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…
Reference in new issue