mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 12:38:03 +00:00
Merge remote-tracking branch 'origin/develop' into BETTERZON-31
# Conflicts: # Frontend/src/app/app.module.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user