Loading shop/mobile-ionic/src/app/pages/+products/products.page.ts +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ export class ProductsPage implements OnInit, OnDestroy { this.store.registrationSystem = RegistrationSystem.Once; this.router.navigate(['/invite']); } } else { this.areProductsLoaded = true; } this.$areProductsLoaded.emit(); Loading Loading
shop/mobile-ionic/src/app/pages/+products/products.page.ts +2 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,8 @@ export class ProductsPage implements OnInit, OnDestroy { this.store.registrationSystem = RegistrationSystem.Once; this.router.navigate(['/invite']); } } else { this.areProductsLoaded = true; } this.$areProductsLoaded.emit(); Loading