mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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