refactor(extra components): enable module route

This commit is contained in:
Sergey Andrievskiy 2019-06-20 11:36:30 +03:00
parent 448bf2a705
commit 5060c2b228

View file

@ -38,11 +38,11 @@ const routes: Routes = [{
loadChildren: () => import('./modal-overlays/modal-overlays.module')
.then(m => m.ModalOverlaysModule),
},
// {
// path: 'extra-components',
// loadChildren: () => import('./extra-components/extra-components.module')
// .then(m => m.ExtraComponentsModule),
// },
{
path: 'extra-components',
loadChildren: () => import('./extra-components/extra-components.module')
.then(m => m.ExtraComponentsModule),
},
// {
// path: 'maps',
// loadChildren: () => import('./maps/maps.module')