mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 08:46:10 +01:00
Merge branch 'feat/material-theme' into feat/material-demo
This commit is contained in:
commit
a5061e7c10
92 changed files with 11784 additions and 9163 deletions
|
|
@ -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),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue