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
import { EcmCheckoutComponent } from './ecm-view/ecm-checkout/ecm-checkout.component';
import { EcmRelatedItemsComponent } from './ecm-view/ecm-related-items/ecm-related-items.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
const appRoutes: Routes = [
......@@ -63,7 +65,8 @@ const appRoutes: Routes = [
{ path: 'signin', component: EcmSigninComponent},
{ path: 'search/:value', component: EcmSearchResultComponent},
{ path: 'cart', component: EcmCartComponent},
{ path: 'checkout', component: EcmCheckoutComponent}
{ path: 'checkout', component: EcmCheckoutComponent},
{ path: 'wishList', component: EcmWishListComponent}
];
@NgModule({
declarations: [
......@@ -102,7 +105,8 @@ const appRoutes: Routes = [
ECMConfirmDialog,
ECMSearchDialog,
ECMWriteReviewDialog,
RatingComponent
RatingComponent,
EcmWishListComponent
],
imports: [
BrowserModule,
......@@ -119,7 +123,8 @@ const appRoutes: Routes = [
ScrollService,
SearchService,
EcmProductReviewService,
EcmCartService
EcmCartService,
EcmWishListService
],
entryComponents: [
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