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' import { PreloadSelectedModulesList } from './core'
const routes: Routes = [ const routes: Routes = [
// { {
// path: 'admin', path: 'admin',
// loadChildren: './+admin/admin.module#AdminModule' loadChildren: './+admin/admin.module#AdminModule'
// }, },
// { {
// path: 'my-account', path: 'my-account',
// loadChildren: './+my-account/my-account.module#MyAccountModule' loadChildren: './+my-account/my-account.module#MyAccountModule'
// }, },
// { {
// path: 'accounts', path: 'accounts',
// loadChildren: './+accounts/accounts.module#AccountsModule' loadChildren: './+accounts/accounts.module#AccountsModule'
// }, },
// { {
// path: 'video-channels', path: 'video-channels',
// loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
// } }
] ]
@NgModule({ @NgModule({