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
@@ -7,6 +7,10 @@ const routes: Routes = [
{
path: '',
component: AttachmentsPage
},
{
path: 'viewer',
loadChildren: () => import('./viewer/viewer.module').then( m => m.ViewerPageModule)
}
];