mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(angular): add CI (#16496)
This commit is contained in:
@@ -31,7 +31,7 @@ export class TabDelegate {
|
||||
return this.outlet ? this.outlet.getLastUrl() : undefined;
|
||||
}
|
||||
|
||||
@HostListener('ionRouterOutletActivated', ['$event'])
|
||||
@HostListener('ionRouterOutletActivated')
|
||||
async onNavChanged() {
|
||||
const tab = this.nativeEl;
|
||||
await tab.componentOnReady();
|
||||
|
||||
Reference in New Issue
Block a user