BETTERZON-34: Adding landing page component

- Also removing old stuff
This commit is contained in:
2020-12-02 16:43:57 +01:00
parent 23ae0555e5
commit 4100192f02
10 changed files with 44 additions and 34 deletions
+5 -5
View File
@@ -3,19 +3,19 @@ import {HttpClientModule} from '@angular/common/http';
import {NgModule} from '@angular/core';
import {AppComponent} from './app.component';
import {HelloWorldComponent} from './hello-world/hello-world.component';
import {AppRoutingModule} from './app-routing.module';
import {AppRouting} from './app.routing';
import {ProductListComponent} from './product-list/product-list.component';
import { LandingpageComponent } from './landingpage/landingpage.component';
@NgModule({
declarations: [
AppComponent,
HelloWorldComponent,
ProductListComponent
ProductListComponent,
LandingpageComponent
],
imports: [
BrowserModule,
AppRoutingModule,
AppRouting,
HttpClientModule
],
providers: [],