Refinamentos 3

This commit is contained in:
Paulo Pinto
2020-08-28 15:28:38 +01:00
parent abb188e0fb
commit 7102f9cb83
6 changed files with 42 additions and 14 deletions
+10
View File
@@ -42,6 +42,16 @@ const routes: Routes = [
]
},
{
path: 'login',
children: [
{
path:'',
loadChildren: ()=> import('../pages/login/login.module').then(m => m.LoginPageModule)
},
]
},
{
path: 'agenda',
children: [