Loading packages/shop-mobile-ionic/src/app/pages/+products/products.page.ts +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,6 @@ export class ProductsPage implements OnInit, OnDestroy { } else { this.areProductsLoaded = true; } this.$areProductsLoaded.emit(); } Loading Loading @@ -397,5 +396,6 @@ export class ProductsPage implements OnInit, OnDestroy { .pipe(first()) .toPromise(); } this.loadProducts(); } } Loading
packages/shop-mobile-ionic/src/app/pages/+products/products.page.ts +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,6 @@ export class ProductsPage implements OnInit, OnDestroy { } else { this.areProductsLoaded = true; } this.$areProductsLoaded.emit(); } Loading Loading @@ -397,5 +396,6 @@ export class ProductsPage implements OnInit, OnDestroy { .pipe(first()) .toPromise(); } this.loadProducts(); } }