BETTERZON-33: Created product list component

This commit is contained in:
2020-12-01 18:31:45 +01:00
parent 717afca067
commit 7d9fcfd310
5 changed files with 45 additions and 1 deletions
+3 -1
View File
@@ -3,11 +3,13 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { HelloWorldComponent } from './hello-world/hello-world.component';
import { ProductListComponentComponent } from './product-list-component/product-list-component.component';
@NgModule({
declarations: [
AppComponent,
HelloWorldComponent
HelloWorldComponent,
ProductListComponentComponent
],
imports: [
BrowserModule