mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 12:38:03 +00:00
BETTERZON-33: Created product list component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user