This commit is contained in:
Peter Maquiran
2021-07-26 15:19:03 +01:00
parent 3f007be25e
commit 85f6df2f0e
16 changed files with 852 additions and 197 deletions
+10
View File
@@ -356,6 +356,16 @@ const routes: Routes = [
],
},
{
path: 'inactivity',
children: [
{
path:'',
loadChildren: ()=> import('../pages/inactivity/inactivity.module').then(m => m.InactivityPageModule)
},
],
},
],
canActivate: [AuthGuard]