diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index b60ed7505..adcc0da53 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -13,6 +13,10 @@ const routes: Routes = [ path: 'chat', loadChildren: () => import('./pages/chat/chat.module').then( m => m.ChatPageModule) }, + { + path: 'publications', + loadChildren: () => import('./pages/publications/publications.module').then( m => m.PublicationsPageModule) + }, /* { diff --git a/src/app/home/home-routing.module.ts b/src/app/home/home-routing.module.ts index 0ba9e0a22..41d7e67dc 100644 --- a/src/app/home/home-routing.module.ts +++ b/src/app/home/home-routing.module.ts @@ -130,6 +130,15 @@ const routes: Routes = [ } ] }, + { + path: 'publications', + children: [ + { + path:'', + loadChildren: ()=> import('../pages/publications/publications.module').then(m => m.PublicationsPageModule) + } + ] + }, ] }, { diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html index 81c3ddf9e..c098b7a80 100644 --- a/src/app/home/home.page.html +++ b/src/app/home/home.page.html @@ -18,6 +18,10 @@ {{totalExpediente}} Gabinete Digital + + + Ações +