(click)="onSelect(hero)"



EXAMPLE HTML:
<li click)="RunFunction(String)">click me to start RunFunction()</li>


on the above code, if you click the li text, it will call the RunFunction();

very simple