mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-29 00:30:11 +00:00
basic components adjusted.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<app-top-bar></app-top-bar>
|
||||
|
||||
<app-greeting-info-slider></app-greeting-info-slider>
|
||||
<app-hot-deals-widget></app-hot-deals-widget>
|
||||
<app-signin></app-signin>
|
||||
<app-about-us></app-about-us>
|
||||
<app-kunden></app-kunden>
|
||||
|
||||
<app-bottom-bar></app-bottom-bar>
|
||||
<app-copyright></app-copyright>
|
||||
<!--<div id="mainComponents">
|
||||
<div id="searchContainer">
|
||||
<input type="text" [(ngModel)]="searchInput" placeholder="Search" (keyup.enter)="startedSearch()">
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
<h1>404</h1>
|
||||
<p>Page not found!</p>
|
||||
<p routerLink="">Zurück</p>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<app-top-bar></app-top-bar>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user