testeModals

This commit is contained in:
ivan gomes
2021-11-23 10:57:07 +01:00
parent 5ebb8ceefe
commit 6ace9c25e5
11 changed files with 127 additions and 20 deletions
+4
View File
@@ -215,6 +215,10 @@ const routes = [
{
path: 'video-allowed',
loadChildren: () => import('./modals/video-allowed/video-allowed.module').then( m => m.VideoAllowedPageModule)
},
{
path: 'preview-photo',
loadChildren: () => import('./modals/preview-photo/preview-photo.module').then( m => m.PreviewPhotoPageModule)
},