dash page

This commit is contained in:
CHIEFSOFT\ameye
2024-01-05 13:23:15 -05:00
parent 2ca6c298a1
commit d43cb877ee
10 changed files with 184 additions and 5 deletions
+5
View File
@@ -21,10 +21,15 @@ const routes: Routes = [
{
path: 'register',
loadChildren: () => import('./extpages/register/register.module').then(m => m.RegisterPageModule)
},
{
path: 'dash',
loadChildren: () => import('./pages/dash/dash.module').then(m => m.DashPageModule)
}
];
@NgModule({
imports: [