mirror of
https://github.com/mempool/mempool.git
synced 2025-04-23 23:10:45 +02:00
Pre-load Docs
This commit is contained in:
parent
7e1ab55c01
commit
59c11379b2
@ -115,7 +115,8 @@ let routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'docs',
|
||||
loadChildren: () => import('./docs/docs.module').then(m => m.DocsModule)
|
||||
loadChildren: () => import('./docs/docs.module').then(m => m.DocsModule),
|
||||
data: { preload: true },
|
||||
},
|
||||
{
|
||||
path: 'api',
|
||||
|
Loading…
x
Reference in New Issue
Block a user