Commit 045d982b authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174441 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 937e9b44
...@@ -51,6 +51,8 @@ import { EcmReadmoreComponent } from './ecm-view/ecm-readmore/ecm-readmore.compo ...@@ -51,6 +51,8 @@ import { EcmReadmoreComponent } from './ecm-view/ecm-readmore/ecm-readmore.compo
import { EcmCheckoutComponent } from './ecm-view/ecm-checkout/ecm-checkout.component'; import { EcmCheckoutComponent } from './ecm-view/ecm-checkout/ecm-checkout.component';
import { EcmRelatedItemsComponent } from './ecm-view/ecm-related-items/ecm-related-items.component'; import { EcmRelatedItemsComponent } from './ecm-view/ecm-related-items/ecm-related-items.component';
import { RatingComponent } from './ecm-view/rating/rating.component'; import { RatingComponent } from './ecm-view/rating/rating.component';
import { EcmWishListComponent } from './ecm-view/ecm-wish-list/ecm-wish-list.component';
import { EcmWishListService } from './ecm-view/ecm-wish-list/ecm-wish-list.service';
//Changes by Prajyot //Changes by Prajyot
const appRoutes: Routes = [ const appRoutes: Routes = [
...@@ -63,7 +65,8 @@ const appRoutes: Routes = [ ...@@ -63,7 +65,8 @@ const appRoutes: Routes = [
{ path: 'signin', component: EcmSigninComponent}, { path: 'signin', component: EcmSigninComponent},
{ path: 'search/:value', component: EcmSearchResultComponent}, { path: 'search/:value', component: EcmSearchResultComponent},
{ path: 'cart', component: EcmCartComponent}, { path: 'cart', component: EcmCartComponent},
{ path: 'checkout', component: EcmCheckoutComponent} { path: 'checkout', component: EcmCheckoutComponent},
{ path: 'wishList', component: EcmWishListComponent}
]; ];
@NgModule({ @NgModule({
declarations: [ declarations: [
...@@ -102,7 +105,8 @@ const appRoutes: Routes = [ ...@@ -102,7 +105,8 @@ const appRoutes: Routes = [
ECMConfirmDialog, ECMConfirmDialog,
ECMSearchDialog, ECMSearchDialog,
ECMWriteReviewDialog, ECMWriteReviewDialog,
RatingComponent RatingComponent,
EcmWishListComponent
], ],
imports: [ imports: [
BrowserModule, BrowserModule,
...@@ -119,7 +123,8 @@ const appRoutes: Routes = [ ...@@ -119,7 +123,8 @@ const appRoutes: Routes = [
ScrollService, ScrollService,
SearchService, SearchService,
EcmProductReviewService, EcmProductReviewService,
EcmCartService EcmCartService,
EcmWishListService
], ],
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