Added default splash | changed date to get the local device time

This commit is contained in:
Kayaya
2020-08-14 12:25:01 +01:00
parent ba6d075c59
commit 06d1ec21db
12 changed files with 48 additions and 18 deletions
+3 -3
View File
@@ -7,12 +7,12 @@ const routes: Routes = [
path: '',
component: IndexPage,
children: [
{
/*{
path: '',
loadChildren: ()=> import('../pages/welcome/welcome.module').then(m => m.WelcomePageModule)
},
}, */
{
path: 'login',
path: '',
loadChildren: ()=> import('../pages/login/login.module').then(m => m.LoginPageModule)
},
]