Just like how you do it in the usual way
(selectOption)="selectOption(event,variable)"
for example (click)="popup('abc','def')
in HTML and
popup(input1, input2) { alert(input1 + input2); }
will give alert with message abcdef
Just like how you do it in the usual way
(selectOption)="selectOption(event,variable)"
for example (click)="popup('abc','def')
in HTML and
popup(input1, input2) { alert(input1 + input2); }
will give alert with message abcdef