mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
add imageModal to preview photo
This commit is contained in:
@@ -7,6 +7,10 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: GalleryPage
|
||||
},
|
||||
{
|
||||
path: 'image-modal',
|
||||
loadChildren: () => import('./image-modal/image-modal.module').then( m => m.ImageModalPageModule)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user