One way Data Binding in angular 8 is also known as String interpolation. It is used to transfer the data from Component to View or HTML template.
In other words we can say that Data Binding is the Communication between type Script Code of our component to View which browser displays to us. So link is between component to DOM(Document Object Model).
Used tags
One way Data binding in angular 8
String interpolation in angular 8
What are components in angular 8
Create the sample project in angular version 8
#angular
#angular 8
#databinding
#angular components