This commit is contained in:
tiago.kayaya
2021-04-06 16:27:09 +01:00
parent 99d9ac339f
commit 9e21b1ff4c
6 changed files with 27 additions and 14 deletions
+4
View File
@@ -152,6 +152,10 @@ const routes: Routes = [
},
]
},
{
path:'new-publication',
loadChildren: ()=> import('../shared/publication/new-publication/new-publication.module').then(m => m.NewPublicationPageModule)
},
]
},
{