Skip to content

Commit

Permalink
Merge pull request #18 from FelipeDuarteLuna/22-01-24
Browse files Browse the repository at this point in the history
feat: change login
  • Loading branch information
FelipeDuarteLuna authored Jan 22, 2024
2 parents a57b244 + 18368ea commit 58b500e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<lib-header title="Ecommerce">
<lib-product-search></lib-product-search>
<lib-cart [quantity]="cartService.productQuantity$ | async"></lib-cart>
<lib-cart [quantity]="cartService.productQuantity$ | async"
>Fazer Login</lib-cart
>
</lib-header>
<router-outlet></router-outlet>

0 comments on commit 58b500e

Please sign in to comment.