Back to Developer Roadmap

Two-way Binding

src/data/roadmaps/angular/content/[email protected]

4.0610 B
Original Source

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: