removed intermidiate screen
This commit is contained in:
@@ -298,10 +298,10 @@ const routes: Routes = [
|
||||
path: 'familyconnectaction',
|
||||
loadChildren: () => import('./pages/familyconnectaction/familyconnectaction.module').then(m => m.FamilyconnectactionPageModule)
|
||||
},
|
||||
{
|
||||
path: 'startlogin',
|
||||
loadChildren: () => import('./pages/startlogin/startlogin.module').then(m => m.StartloginPageModule)
|
||||
},
|
||||
// {
|
||||
// path: 'startlogin',
|
||||
// loadChildren: () => import('./pages/startlogin/startlogin.module').then(m => m.StartloginPageModule)
|
||||
// },
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ export class SliderPage implements OnInit {
|
||||
}
|
||||
|
||||
onRegister() {
|
||||
this.router.navigate(['startlogin']);
|
||||
this.router.navigate(['login']);
|
||||
}
|
||||
|
||||
signupCountry:any;
|
||||
|
||||
Reference in New Issue
Block a user