I would like to add that you can use (tap) event for elements like button, a, but for non-button elements the attribute tappable is usefull:
If you want instant clicks on non-button elements you have to add tappable directive to that element, otherwise it has a delay of 300ms. For example:
Click me