Merge remote-tracking branch 'origin/develop' into BETTERZON-31

# Conflicts:
#	Frontend/src/app/app.module.ts
This commit is contained in:
2021-04-06 20:19:40 +02:00
25 changed files with 752 additions and 13 deletions
+5 -1
View File
@@ -17,6 +17,8 @@ import {FormsModule} from '@angular/forms';
import {PageNotFoundPageComponent} from './pages/page-not-found-page/page-not-found-page.component';
import {MatMenuModule} from '@angular/material/menu';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { ImprintComponent } from './pages/imprint/imprint.component';
import { PrivacyComponent } from './pages/privacy/privacy.component';
@NgModule({
declarations: [
@@ -29,7 +31,9 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
ProductSearchPageComponent,
HeaderComponent,
NewestPricesListComponent,
PageNotFoundPageComponent
PageNotFoundPageComponent,
ImprintComponent,
PrivacyComponent
],
imports: [
BrowserModule,