I am trying to tap into the click event for when one of the paging buttons on the Datatable is clicked, but not sure how I will achieve this in Angular.
I if I look at this example, how will I possibly write the same code in Angular, and within the click event, emit an event through an @Output property, so that my parent component can be notified that an paging event fired?