From faf84b8ea2f2644f69655d39cd8864714ed32c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:55:01 +0300 Subject: [PATCH] update listdoc --- src/views/uikit/listdoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/uikit/listdoc.ts b/src/views/uikit/listdoc.ts index 84caf02..7dc51d1 100644 --- a/src/views/uikit/listdoc.ts +++ b/src/views/uikit/listdoc.ts @@ -164,7 +164,7 @@ export class ListDoc { constructor(private productService: ProductService) {} ngOnInit() { - this.productService.getProducts().then((data) => (this.products = data)); + this.productService.getProductsSmall().then((data) => (this.products = data.slice(0, 6))); this.sourceCities = [ { name: 'San Francisco', code: 'SF' },