Document Viewer Review

This commit is contained in:
Paulo Pinto
2020-08-27 15:59:51 +01:00
parent e0536a2307
commit 551366b5ad
12 changed files with 135 additions and 8 deletions
+4
View File
@@ -10,6 +10,10 @@ const routes: Routes = [
path: '',
loadChildren: () => import('./home/home.module').then( m => m.HomePageModule)
},
{
path: 'viewer',
loadChildren: () => import('./pages/events/attachments/viewer/viewer.module').then( m => m.ViewerPageModule)
},
/* {
path: 'cal-modal',
loadChildren: () => import('./pages/cal-modal/cal-modal.module').then( m => m.CalModalPageModule)