mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-01 17:50:10 +00:00
825f744af9
simple top-bar has been created.
6 lines
209 B
HTML
6 lines
209 B
HTML
<div id="mainComponents">
|
|
<app-product-details [productId]="productId"></app-product-details>
|
|
<app-newest-prices-list [productId]="productId"></app-newest-prices-list>
|
|
</div>
|
|
<app-footer></app-footer>
|