Event Binding Nature
You can hook into just about any DOM-based event using the native event name like (click)
, (mouseup)
and so on. And, you can even use this approach to bind to any DOM-based event that another directive might emit on the DOM tree.
Angular2 Event Binding Demo
Download Code
Get the code @ my github
No comments:
Post a Comment