add first-page for "ações presidenciais" view.

This commit is contained in:
Tiago Kayaya
2020-11-30 16:08:29 +01:00
parent 06df07e2e8
commit 216ef1dc9f
13 changed files with 318 additions and 0 deletions
+9
View File
@@ -130,6 +130,15 @@ const routes: Routes = [
}
]
},
{
path: 'publications',
children: [
{
path:'',
loadChildren: ()=> import('../pages/publications/publications.module').then(m => m.PublicationsPageModule)
}
]
},
]
},
{