home page

This commit is contained in:
CHIEFSOFT\ameye
2024-01-04 11:02:28 -05:00
parent 8096f6638b
commit 883ba855a7
9 changed files with 107 additions and 0 deletions
+9
View File
@@ -4,8 +4,17 @@ import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
const routes: Routes = [
{
path: '',
loadChildren: () => import('./extpages/myfit/myfit.module').then(m => m.MyfitPageModule)
},
{
path: 'dash',
loadChildren: () => import('./pages/tabs/tabs.module').then(m => m.TabsPageModule)
},
{
path: 'myfit',
loadChildren: () => import('./extpages/myfit/myfit.module').then(m => m.MyfitPageModule)
}
];
@NgModule({
imports: [