working on delegar

This commit is contained in:
tiago.kayaya
2021-04-30 12:57:54 +01:00
parent ba29fc2f65
commit 709835e58b
10 changed files with 587 additions and 3 deletions
+4
View File
@@ -59,6 +59,10 @@ const routes: Routes = [
{
path: 'pendentes',
loadChildren: () => import('./shared/gabinete-digital/pendentes/pendentes.module').then( m => m.PendentesPageModule)
},
{
path: 'delegar',
loadChildren: () => import('./modals/delegar/delegar.module').then( m => m.DelegarPageModule)
},
/* {