Implement video channel views
This commit is contained in:
parent
cc918ac3f4
commit
170726f523
35 changed files with 375 additions and 83 deletions
|
|
@ -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'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue