From a7ad9699e8b53225f5b5f65bd464609e686c89d6 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 20 Jun 2019 13:41:14 +0300 Subject: [PATCH] refactor(editors): enable module route --- src/app/pages/pages-routing.module.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/pages/pages-routing.module.ts b/src/app/pages/pages-routing.module.ts index ec611c79..8b632bd6 100644 --- a/src/app/pages/pages-routing.module.ts +++ b/src/app/pages/pages-routing.module.ts @@ -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')