test(angular): add CI (#16496)

This commit is contained in:
Manu MA
2018-11-28 20:05:50 +01:00
committed by GitHub
parent 2d0e0bafea
commit 5f32053edb
15 changed files with 124 additions and 17 deletions

View File

@ -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();