improvements

This commit is contained in:
tiago.kayaya
2021-04-09 05:46:01 +01:00
parent 8a68402643
commit 5c7fdf1f46
6 changed files with 63 additions and 31 deletions
+9
View File
@@ -219,6 +219,15 @@ const routes: Routes = [
]
},
{
path: 'document-detail',
children: [
{
path:'',
loadChildren: ()=> import('../modals/document-detail/document-detail.module').then(m => m.DocumentDetailPageModule)
}
]
},
]
},
{