enable new design loading by default
This commit is contained in:
parent
2796479ac0
commit
5b960ed297
@ -8,11 +8,11 @@ import { SignInComponent } from '../components/sign-in/sign-in.component';
|
|||||||
|
|
||||||
const routes: Routes = [
|
const routes: Routes = [
|
||||||
{
|
{
|
||||||
path: '',
|
path: 'playground',
|
||||||
component: PlaygroundComponent,
|
component: PlaygroundComponent,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'main',
|
path: '',
|
||||||
loadChildren: () => MainRoutingModule
|
loadChildren: () => MainRoutingModule
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user