Improve P2P & Privacy section

This commit is contained in:
Chocobozzz 2018-06-27 14:21:03 +02:00
parent 61b909b9bf
commit 78f912ed57
18 changed files with 259 additions and 82 deletions

View file

@ -20,6 +20,10 @@ const routes: Routes = [
path: 'video-channels',
loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
},
{
path: 'about',
loadChildren: './+about/about.module#AboutModule'
},
{
path: '**',
loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule'