mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
test(angular): simple ng tabs test
This commit is contained in:
@ -11,8 +11,6 @@ export class Tabs {
|
||||
|
||||
@HostListener('ionTabbarClick', ['$event'])
|
||||
ionTabbarClick(ev: UIEvent) {
|
||||
console.log('ionTabbarClick', ev);
|
||||
|
||||
const tabElm: HTMLIonTabElement = ev.detail as any;
|
||||
if (tabElm && tabElm.href) {
|
||||
console.log('tabElm', tabElm.href);
|
||||
|
Reference in New Issue
Block a user