In this lecture you will learn what is property binding in angular and how and where to use it. Just like string interpolation, property binding also allows us to bind data from component class to view template.
Property binding is used to bind HTML element properties with the property and methods of a component class.Let's understand property binding with practicle examples in this lecture.