set loading screen as default

This commit is contained in:
cyber-dream 2022-11-02 02:52:55 +03:00
parent 4ef0f5efba
commit 9bdc1c9cd1

View File

@ -12,7 +12,7 @@ const routes: Routes = [
component: PlaygroundComponent, component: PlaygroundComponent,
}, },
{ {
path: '', path: 'main',
loadChildren: () => MainRoutingModule, loadChildren: () => MainRoutingModule,
}, },
{ {
@ -24,7 +24,7 @@ const routes: Routes = [
component: SignInComponent, component: SignInComponent,
}, },
{ {
path: 'loading', path: '',
component: LoadingScreenComponent, component: LoadingScreenComponent,
}, },
]; ];