Skip to content

Commit

Permalink
Updated Screenshots & Build issue Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ikismail committed Apr 28, 2018
1 parent bd66248 commit c6b489c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Binary file modified screenshots/home.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/home1.PNG
Binary file not shown.
Binary file modified screenshots/products.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ import { AuthService } from "../../index/shared/auth.service";
styleUrls: ["./user-favourite-products.component.scss"]
})
export class UserFavouriteProductsComponent implements OnInit {
products: FavouriteProduct[];

products: FavouriteProduct[] = [];
page = 1;
constructor(
private productService: ProductService,
public authService: AuthService
) {
this.products = new Array<FavouriteProduct>();
}
) {}

ngOnInit() {
this.getFavouriteProducts();
Expand Down

0 comments on commit c6b489c

Please sign in to comment.