Angular Two-way binding Concept

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.




https://angular.io/guide/two-way-binding

Sign In or Register to comment.