octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
test(angular): add CI (#16496)
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
2d0e0bafea
commit
5f32053edb
octicon-diff(16/tw-mr-1) 15 changed files with 124 additions and 17 deletions
@@ -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