Commit 6b335d7b authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174818 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 291fac09
...@@ -85,6 +85,8 @@ import { EcmOrderComponent } from './ecm-order/ecm-order.component'; ...@@ -85,6 +85,8 @@ import { EcmOrderComponent } from './ecm-order/ecm-order.component';
import { EcmVariantsComponent } from './ecm-view/ecm-variants/ecm-variants.component'; import { EcmVariantsComponent } from './ecm-view/ecm-variants/ecm-variants.component';
import { ECMExploreComponent } from './ecm-home/ecm-explore.component'; import { ECMExploreComponent } from './ecm-home/ecm-explore.component';
import { ECMSigninService } from './ecm-signin/ecm-signin.service';
//Changes by Prajyot //Changes by Prajyot
const appRoutes: Routes = [ const appRoutes: Routes = [
{ path: '', redirectTo: 'home', pathMatch: 'full' }, { path: '', redirectTo: 'home', pathMatch: 'full' },
...@@ -219,7 +221,9 @@ const appRoutes: Routes = [ ...@@ -219,7 +221,9 @@ const appRoutes: Routes = [
ProfileActions, ProfileActions,
AdressAction, ReviewAction, SavedCardAction, AdressAction, ReviewAction, SavedCardAction,
Breadcrumbs, Breadcrumbs,
EcmOrderService EcmOrderService,
EcmCheckoutService,
ECMSigninService
], ],
entryComponents: [ entryComponents: [
EcmOutingComponent, EcmOutingComponent,
......
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