Add auto scroll to videos list

This commit is contained in:
Chocobozzz 2017-12-01 16:17:32 +01:00
parent 9bf9d2a5c2
commit 2bbb34127f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
11 changed files with 73 additions and 59 deletions

View file

@ -6,7 +6,7 @@ import { PreloadSelectedModulesList } from './core'
const routes: Routes = [
{
path: '',
redirectTo: '/videos/list',
redirectTo: '/videos/trending',
pathMatch: 'full'
},
{