Рет қаралды 54,816
In this lecture, you will learn about event binding. Event binding allows us to bind data from view template to component class. Event binding is used to achieve one way data-binding where data flows from view template to component class.
Using event binding you can bind HTML events to the properties and methods of a component class. Let's see how to achieve that.