add viewer

This commit is contained in:
Peter Maquiran
2024-02-08 16:17:57 +01:00
parent e6f70cb7e6
commit eb2a665d2a
10 changed files with 146 additions and 39 deletions
@@ -51,6 +51,10 @@ const routes: Routes = [
{
path: 'diplomas-gerar',
loadChildren: () => import('./diplomas-gerar/diplomas-gerar.module').then( m => m.DiplomasGerarPageModule)
},
{
path: 'viewer-attachment',
loadChildren: () => import('./viewer-attachment/viewer-attachment.module').then( m => m.ViewerAttachmentPageModule)
},