Finished UI of:

1-publication-view pag
2-gallery page
This commit is contained in:
Tiago Kayaya
2020-12-02 15:08:45 +01:00
parent 2c7b72a84a
commit 99272eb274
24 changed files with 583 additions and 107 deletions
@@ -7,6 +7,10 @@ const routes: Routes = [
{
path: '',
component: ViewPublicationsPage
},
{
path: 'publication-detail',
loadChildren: () => import('./publication-detail/publication-detail.module').then( m => m.PublicationDetailPageModule)
}
];