Commit 20950498 authored by pborate's avatar pborate

Updated app.module.ts

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174917 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 55131eee
...@@ -38,6 +38,7 @@ import { EcmFoodComponent } from './ecm-product-details/ecm-template/ecm-food.co ...@@ -38,6 +38,7 @@ import { EcmFoodComponent } from './ecm-product-details/ecm-template/ecm-food.co
import { EcmHandicraftComponent } from './ecm-product-details/ecm-template/ecm-handicraft.component'; import { EcmHandicraftComponent } from './ecm-product-details/ecm-template/ecm-handicraft.component';
import { EcmCelebrationComponent } from './ecm-product-details/ecm-template/ecm-celebration.component'; import { EcmCelebrationComponent } from './ecm-product-details/ecm-template/ecm-celebration.component';
import { EcmTrainingComponent } from './ecm-product-details/ecm-template/ecm-training.component'; import { EcmTrainingComponent } from './ecm-product-details/ecm-template/ecm-training.component';
import { EcmGeneralComponent } from './ecm-product-details/ecm-template/ecm-general.component';
import { EcmCategoryComponent } from './ecm-view/ecm-category/ecm-category.component'; import { EcmCategoryComponent } from './ecm-view/ecm-category/ecm-category.component';
import { EcmSubCategoryComponent } from './ecm-view/ecm-sub-category/ecm-sub-category.component'; import { EcmSubCategoryComponent } from './ecm-view/ecm-sub-category/ecm-sub-category.component';
...@@ -135,6 +136,7 @@ const appRoutes: Routes = [ ...@@ -135,6 +136,7 @@ const appRoutes: Routes = [
EcmHandicraftComponent, EcmHandicraftComponent,
EcmCelebrationComponent, EcmCelebrationComponent,
EcmTrainingComponent, EcmTrainingComponent,
EcmGeneralComponent,
EcmCategoryComponent, EcmCategoryComponent,
EcmSubCategoryComponent, EcmSubCategoryComponent,
EcmProductComponent, EcmProductComponent,
...@@ -231,6 +233,7 @@ const appRoutes: Routes = [ ...@@ -231,6 +233,7 @@ const appRoutes: Routes = [
EcmHandicraftComponent, EcmHandicraftComponent,
EcmCelebrationComponent, EcmCelebrationComponent,
EcmTrainingComponent, EcmTrainingComponent,
EcmGeneralComponent,
ECMConfirmDialog ECMConfirmDialog
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment