UX Overhaul Part 2 (#3112)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
0247bc5012
commit
3d8aa2ad24
192 changed files with 14808 additions and 1874 deletions
|
|
@ -66,6 +66,11 @@ const routes: Routes = [
|
|||
pathMatch: 'full',
|
||||
loadComponent: () => import('./chapter-detail/chapter-detail.component').then(c => c.ChapterDetailComponent)
|
||||
},
|
||||
{
|
||||
path: ':libraryId/series/:seriesId/volume/:volumeId',
|
||||
pathMatch: 'full',
|
||||
loadComponent: () => import('./volume-detail/volume-detail.component').then(c => c.VolumeDetailComponent)
|
||||
},
|
||||
{
|
||||
path: ':libraryId/series/:seriesId/manga',
|
||||
loadChildren: () => import('./_routes/manga-reader.router.module').then(m => m.routes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue