Load my-account module lazily
This commit is contained in:
parent
1952a538ba
commit
62e62f118d
33 changed files with 12 additions and 11 deletions
|
@ -8,6 +8,10 @@ const routes: Routes = [
|
|||
path: 'admin',
|
||||
loadChildren: './+admin/admin.module#AdminModule'
|
||||
},
|
||||
{
|
||||
path: 'my-account',
|
||||
loadChildren: './+my-account/my-account.module#MyAccountModule'
|
||||
},
|
||||
{
|
||||
path: 'accounts',
|
||||
loadChildren: './+accounts/accounts.module#AccountsModule'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue