I have a method:
public me(a: number, b: string): void { b.toLowerCase(); }
in html template:
(click)="me(2)"