Pranita Patilpranitapatil.hashnode.dev·Sep 19, 2022Data Binding in Angular ComponentIn Angular, component contains typescript (where we write a code logic) and html (template code) files. To access the data between typescript and html code data binding is used and this Data Binding is mainly of two types - One way data binding - w...Discuss·3 likes·74 readsAngular
Dany Paredesdanywalls.com·Jun 7, 2021Understanding One-Way and Two-Way Data Binding in AngularToday I was helping a new guy in angular with differences between the bind data because it provides 2 ways to move data to DOM, One-way and two-way data binding. It helps us to build dynamic apps. It binds the data from our component to the DOM, unid...Discuss·459 readsAngularAngular