Can i override, add method, bind listeners to ionic component class?

I need to attach key event listeners to “ion-select-option” class , which is a part of ion-select.
I am using “@ionic/angular - ^6.1.9” at the moment.
Is there any way to achieve it?