Welcome to another lesson of Angular 4 by PodinaTutorials.com. Here in this lesson, we are going to discuss, what is property binding in Angular 4. So Property binding is a term and is defined as, updating the value of a specific variable in component (i.e.) Model and display it in view, which is presentation layer.
Let’s elaborate it now. Property Binding means you are passing some sort of data from the component class to an element in the view. The good thing about property binding is that it allows to control element property values from component and can be changed whenever needed in the project.