set loading screen as default
This commit is contained in:
parent
4ef0f5efba
commit
9bdc1c9cd1
@ -12,7 +12,7 @@ const routes: Routes = [
|
||||
component: PlaygroundComponent,
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
path: 'main',
|
||||
loadChildren: () => MainRoutingModule,
|
||||
},
|
||||
{
|
||||
@ -24,7 +24,7 @@ const routes: Routes = [
|
||||
component: SignInComponent,
|
||||
},
|
||||
{
|
||||
path: 'loading',
|
||||
path: '',
|
||||
component: LoadingScreenComponent,
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user