+1 vote
in Angular by (6.0k points)
What is data binding?

1 Answer

0 votes
by (30.4k points)

In Angular, data binding is one of the most powerful and important features that allow you to define the communication between the component and DOM(Document Object Model). It basically simplifies the process of defining interactive applications without having to worry about pushing and pulling data between your view or template and component. In Angular, there are four forms of data binding:

 String Interpolation

Property Binding

Event Binding

Two-Way Data Binding

Click here to read more about Angular JS
Click here to read more about Insurance

Related questions

0 votes
asked Feb 5, 2021 in Angular by SakshiSharma (30.6k points)
0 votes
asked Nov 24, 2019 in Angular by rajeshsharma (23.1k points)
+1 vote
asked Jan 15, 2020 in Angular by rahuljain1 (6.0k points)
...