Implement video channel views

This commit is contained in:
Chocobozzz 2018-04-25 16:56:13 +02:00
parent cc918ac3f4
commit 170726f523
No known key found for this signature in database
GPG key ID: 583A612D890159BE
35 changed files with 375 additions and 83 deletions

View file

@ -9,8 +9,12 @@ const routes: Routes = [
loadChildren: './+admin/admin.module#AdminModule'
},
{
path: 'account',
loadChildren: './+account/account.module#AccountModule'
path: 'accounts',
loadChildren: './+accounts/accounts.module#AccountsModule'
},
{
path: 'video-channels',
loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
}
]