Fix problems with tab-routing

master
Marco Hügin 4 years ago
parent 05cefd6efc
commit 9a966f2809

@ -8,15 +8,15 @@ const routes: Routes = [
component: TabsPage, component: TabsPage,
children: [ children: [
{ {
path: 'tab_search', path: 'tab1',
loadChildren: () => import('../tab1/tab1.module').then(m => m.Tab1PageModule) loadChildren: () => import('../tab1/tab1.module').then(m => m.Tab1PageModule)
}, },
{ {
path: 'tab_map', path: 'tab2',
loadChildren: () => import('../tab2/tab2.module').then(m => m.Tab2PageModule) loadChildren: () => import('../tab2/tab2.module').then(m => m.Tab2PageModule)
}, },
{ {
path: 'tab_chat', path: 'tab3',
loadChildren: () => import('../tab3/tab3.module').then(m => m.Tab3PageModule) loadChildren: () => import('../tab3/tab3.module').then(m => m.Tab3PageModule)
}, },
{ {

Loading…
Cancel
Save