refactor: don't export all modules everywhere

This commit is contained in:
Dmitry Nehaychik 2019-06-12 10:38:33 +03:00
parent df489ad17e
commit c31ff67052
17 changed files with 218 additions and 263 deletions

View file

@ -10,7 +10,9 @@ import {
} from '@nebular/auth';
const routes: Routes = [
{ path: 'pages', loadChildren: () => import('app/pages/pages.module')
{
path: 'pages',
loadChildren: () => import('app/pages/pages.module')
.then(m => m.PagesModule),
},
{