Skip to content

Commit

Permalink
1 file modified edit_02
Browse files Browse the repository at this point in the history
  • Loading branch information
topzson committed May 18, 2023
1 parent 4406c87 commit 694dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/product-details/product-details.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>product-details works!</p>
<div ngIf="product">
<div *ngIf="product">
<h3>{{ product.name }}</h3>
<h4>{{ product.price | currency }}</h4>
<p>{{ product.description }}</p>
Expand Down

0 comments on commit 694dad5

Please sign in to comment.