Pre-load Docs

This commit is contained in:
softsimon 2022-08-28 20:06:15 +02:00
parent 7e1ab55c01
commit 59c11379b2
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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',