Ionic mouse events (e.g. (click))

just started using ionic, and read that jquery should not be used with it. are there any documents on what kind of events can be used in ionic such as (click) instead of ng-click / onclick, and other functions such as mouseover, mouseout etc? i’m quite confused as i couldn’t find any document on how ionic handles javascript events.

Ionic is built on Angular 2 (which is now Angular 4 or just Angular, but Google search Angular 2 still works). Learn the basics of Angular 2 and you will answer all those questions.

thanks a lot!! should i google angular 4 or angular 2 instead?

These are extremely similar, so doesn’t matter. Start on angular.io.