Merge branch 'feat/material-theme' into feat/material-demo

This commit is contained in:
Evgeny Lupanov 2020-03-25 19:05:10 +03:00
commit a5061e7c10
92 changed files with 11784 additions and 9163 deletions

View file

@ -10,11 +10,11 @@ import {
} from '@nebular/auth';
import {ThemeGuard} from './@core/guard/theme.guard';
const routes: Routes = [
export const routes: Routes = [
{
path: 'pages',
canActivate: [ThemeGuard],
loadChildren: () => import('app/pages/pages.module')
loadChildren: () => import('./pages/pages.module')
.then(m => m.PagesModule),
},
{