diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index c25961e..f6736f3 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -7,7 +7,6 @@ export const routes: Routes = [ { path: "", component: Home, - canActivate: [authGuard], }, { path: "", diff --git a/src/app/core/layouts/header/header.html b/src/app/core/layouts/header/header.html index 508f08a..70f585c 100644 --- a/src/app/core/layouts/header/header.html +++ b/src/app/core/layouts/header/header.html @@ -3,7 +3,7 @@ class="bg-gray-50 wrapper py-4 flex gap-x-5 sm:gap-x-10 items-center shadow-lg shadow-gray-400/20" >
{{ product.title }}
-⭐4.5
-- Price: - {{ product.actualPrice }} - {{ product.listPrice }}/- -
++ {{ product.title }} +
+⭐4.5
+Rs. {{ product.listPrice }}
+Rs. {{ product.actualPrice }}
+Our Product
-+ Rs.{{ product()?.listPrice }} +
+Rs.{{ product()?.actualPrice }}
{{ cartItem.title }}
+Rs. {{ cartItem.price }} x {{ cartItem.quantity }}
+Rs. {{ cartItem.subtotal }}
+{{ cartItem.quantity }}
+Total
+Rs. {{ cart.totalPrice }}
+