Skip to content
Snippets Groups Projects
Commit 58dced0d authored by KPOTY Kpotivi's avatar KPOTY Kpotivi
Browse files

fix: updating app.module.ts

parent 6f7d99a3
No related branches found
No related tags found
No related merge requests found
...@@ -3,28 +3,11 @@ import { BrowserModule } from '@angular/platform-browser'; ...@@ -3,28 +3,11 @@ import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing.module'; import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';
import { ProductsComponent } from './components/products/products.component';
import { ProductComponent } from './components/product/product.component';
import { OrdersComponent } from './components/orders/orders.component';
import { OrderComponent } from './components/order/order.component';
import { BuyerComponent } from './components/buyer/buyer.component';
import { AdminComponent } from './components/admin/admin.component';
@NgModule({ @NgModule({
declarations: [ declarations: [AppComponent],
AppComponent, imports: [BrowserModule, AppRoutingModule],
ProductsComponent,
ProductComponent,
OrdersComponent,
OrderComponent,
BuyerComponent,
AdminComponent
],
imports: [
BrowserModule,
AppRoutingModule
],
providers: [], providers: [],
bootstrap: [AppComponent] bootstrap: [AppComponent],
}) })
export class AppModule {} export class AppModule {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment