mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
refactor(editors): enable module route
This commit is contained in:
parent
d3a3560de3
commit
a7ad9699e8
1 changed files with 5 additions and 5 deletions
|
|
@ -53,11 +53,11 @@ const routes: Routes = [{
|
|||
loadChildren: () => import('./charts/charts.module')
|
||||
.then(m => m.ChartsModule),
|
||||
},
|
||||
// {
|
||||
// path: 'editors',
|
||||
// loadChildren: () => import('./editors/editors.module')
|
||||
// .then(m => m.EditorsModule),
|
||||
// },
|
||||
{
|
||||
path: 'editors',
|
||||
loadChildren: () => import('./editors/editors.module')
|
||||
.then(m => m.EditorsModule),
|
||||
},
|
||||
// {
|
||||
// path: 'tables',
|
||||
// loadChildren: () => import('./tables/tables.module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue