Commit 3adbb0b5 authored by prumde's avatar prumde

added new ecm-explore component


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174539 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f553607d
...@@ -84,6 +84,7 @@ import { MaterialModule } from './module'; ...@@ -84,6 +84,7 @@ import { MaterialModule } from './module';
import { EcmOrderComponent } from './ecm-order/ecm-order.component'; 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 { EcmOrderDetailComponent } from './ecm-order-detail/ecm-order-detail.component'; import { EcmOrderDetailComponent } from './ecm-order-detail/ecm-order-detail.component';
import { ECMExploreComponent } from './ecm-home/ecm-explore.component';
//Changes by Prajyot //Changes by Prajyot
const appRoutes: Routes = [ const appRoutes: Routes = [
...@@ -106,7 +107,8 @@ const appRoutes: Routes = [ ...@@ -106,7 +107,8 @@ const appRoutes: Routes = [
{ path: 'chgpassword', component: ChangePasswordComponent, outlet: 'profile' }, { path: 'chgpassword', component: ChangePasswordComponent, outlet: 'profile' },
{ path: 'usercard', component: UserCardComponent, outlet: 'profile' }, { path: 'usercard', component: UserCardComponent, outlet: 'profile' },
{ path: 'userreview', component: UserReviewComponent, outlet: 'profile' }] { path: 'userreview', component: UserReviewComponent, outlet: 'profile' }]
} },
{ path: 'explore', component: ECMExploreComponent}
]; ];
@NgModule({ @NgModule({
...@@ -165,7 +167,8 @@ const appRoutes: Routes = [ ...@@ -165,7 +167,8 @@ const appRoutes: Routes = [
ReviewScreenComponent, ReviewScreenComponent,
EcmOrderComponent, EcmOrderComponent,
EcmVariantsComponent, EcmVariantsComponent,
EcmOrderDetailComponent EcmOrderDetailComponent,
ECMExploreComponent
], ],
imports: [ imports: [
BrowserModule, BrowserModule,
......
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