Commit ea65f143 authored by sai.sandeep's avatar sai.sandeep

Update pages-routing.module.ts

parent 4c183cbe
...@@ -9,10 +9,10 @@ const routes: Routes = [ ...@@ -9,10 +9,10 @@ const routes: Routes = [
redirectTo: 'landing', redirectTo: 'landing',
pathMatch: 'full' pathMatch: 'full'
}, },
{ // {
path: 'landing', // path: 'landing',
component: LandingComponent // component: LandingComponent
}, // },
{ {
path: '', path: '',
component: PagesComponent, component: PagesComponent,
......
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