Merge branch 'developer-c' into feature/PushNotification_Cordova

This commit is contained in:
Eudes Inácio
2021-04-09 08:05:42 +01:00
17 changed files with 543 additions and 55 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)
}
]
},
]
},
{