Remove bad comments

pull/581/head
Chocobozzz 2018-05-17 15:25:50 +02:00
parent 5f92c4dc5f
commit 4b4f22fc30
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 16 additions and 16 deletions

View File

@ -4,22 +4,22 @@ import { RouterModule, Routes } from '@angular/router'
import { PreloadSelectedModulesList } from './core'
const routes: Routes = [
// {
// path: 'admin',
// loadChildren: './+admin/admin.module#AdminModule'
// },
// {
// path: 'my-account',
// loadChildren: './+my-account/my-account.module#MyAccountModule'
// },
// {
// path: 'accounts',
// loadChildren: './+accounts/accounts.module#AccountsModule'
// },
// {
// path: 'video-channels',
// loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
// }
{
path: 'admin',
loadChildren: './+admin/admin.module#AdminModule'
},
{
path: 'my-account',
loadChildren: './+my-account/my-account.module#MyAccountModule'
},
{
path: 'accounts',
loadChildren: './+accounts/accounts.module#AccountsModule'
},
{
path: 'video-channels',
loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
}
]
@NgModule({