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';
import { EcmOrderComponent } from './ecm-order/ecm-order.component';
import { EcmVariantsComponent } from './ecm-view/ecm-variants/ecm-variants.component';
import { EcmOrderDetailComponent } from './ecm-order-detail/ecm-order-detail.component';
import { ECMExploreComponent } from './ecm-home/ecm-explore.component';
//Changes by Prajyot
const appRoutes: Routes = [
......@@ -106,7 +107,8 @@ const appRoutes: Routes = [
{ path: 'chgpassword', component: ChangePasswordComponent, outlet: 'profile' },
{ path: 'usercard', component: UserCardComponent, outlet: 'profile' },
{ path: 'userreview', component: UserReviewComponent, outlet: 'profile' }]
}
},
{ path: 'explore', component: ECMExploreComponent}
];
@NgModule({
......@@ -165,7 +167,8 @@ const appRoutes: Routes = [
ReviewScreenComponent,
EcmOrderComponent,
EcmVariantsComponent,
EcmOrderDetailComponent
EcmOrderDetailComponent,
ECMExploreComponent
],
imports: [
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