aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r--client/src/app/app-routing.module.ts32
1 files changed, 16 insertions, 16 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts
index 46e108cc7..936912d28 100644
--- a/client/src/app/app-routing.module.ts
+++ b/client/src/app/app-routing.module.ts
@@ -4,22 +4,22 @@ import { RouterModule, Routes } from '@angular/router'
4import { PreloadSelectedModulesList } from './core' 4import { PreloadSelectedModulesList } from './core'
5 5
6const routes: Routes = [ 6const routes: Routes = [
7 // { 7 {
8 // path: 'admin', 8 path: 'admin',
9 // loadChildren: './+admin/admin.module#AdminModule' 9 loadChildren: './+admin/admin.module#AdminModule'
10 // }, 10 },
11 // { 11 {
12 // path: 'my-account', 12 path: 'my-account',
13 // loadChildren: './+my-account/my-account.module#MyAccountModule' 13 loadChildren: './+my-account/my-account.module#MyAccountModule'
14 // }, 14 },
15 // { 15 {
16 // path: 'accounts', 16 path: 'accounts',
17 // loadChildren: './+accounts/accounts.module#AccountsModule' 17 loadChildren: './+accounts/accounts.module#AccountsModule'
18 // }, 18 },
19 // { 19 {
20 // path: 'video-channels', 20 path: 'video-channels',
21 // loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' 21 loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
22 // } 22 }
23] 23]
24 24
25@NgModule({ 25@NgModule({