Load my-account module lazily

This commit is contained in:
Chocobozzz 2018-05-09 09:26:41 +02:00
parent 1952a538ba
commit 62e62f118d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
33 changed files with 12 additions and 11 deletions

View file

@ -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'