This commit is contained in:
tiago.kayaya
2021-04-08 01:56:11 +01:00
parent 2f0c04a145
commit 8a4f296f96
9 changed files with 109 additions and 1 deletions
+4
View File
@@ -35,6 +35,10 @@ const routes: Routes = [
{
path: 'expedients',
loadChildren: () => import('./shared/gabinete-digital/expedients/expedients.module').then( m => m.ExpedientsPageModule)
},
{
path: 'document-detail',
loadChildren: () => import('./modals/document-detail/document-detail.module').then( m => m.DocumentDetailPageModule)
},
/* {