add imageModal to preview photo

This commit is contained in:
Tiago Kayaya
2020-12-02 16:20:20 +01:00
parent 99272eb274
commit 54a1ecedc4
12 changed files with 134 additions and 3 deletions
@@ -7,6 +7,10 @@ const routes: Routes = [
{
path: '',
component: GalleryPage
},
{
path: 'image-modal',
loadChildren: () => import('./image-modal/image-modal.module').then( m => m.ImageModalPageModule)
}
];