Browse Source

Prettify files

pull/6033/head
Thomas Kaul 6 days ago
parent
commit
0fcc3258ea
  1. 102
      apps/client/src/app/pages/blog/blog-page.routes.ts
  2. 6
      apps/client/src/app/pages/resources/resources-page.routes.ts

102
apps/client/src/app/pages/blog/blog-page.routes.ts

@ -34,117 +34,117 @@ export const routes: Routes = [
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/01/ghostfolio-first-months-in-open-source', path: '2022/01/ghostfolio-first-months-in-open-source',
loadComponent: () => loadComponent: () =>
import( import('./2022/01/first-months-in-open-source/first-months-in-open-source-page.component').then(
'./2022/01/first-months-in-open-source/first-months-in-open-source-page.component' (c) => c.FirstMonthsInOpenSourcePageComponent
).then((c) => c.FirstMonthsInOpenSourcePageComponent), ),
title: 'First months in Open Source' title: 'First months in Open Source'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/07/ghostfolio-meets-internet-identity', path: '2022/07/ghostfolio-meets-internet-identity',
loadComponent: () => loadComponent: () =>
import( import('./2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.component').then(
'./2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.component' (c) => c.GhostfolioMeetsInternetIdentityPageComponent
).then((c) => c.GhostfolioMeetsInternetIdentityPageComponent), ),
title: 'Ghostfolio meets Internet Identity' title: 'Ghostfolio meets Internet Identity'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/07/how-do-i-get-my-finances-in-order', path: '2022/07/how-do-i-get-my-finances-in-order',
loadComponent: () => loadComponent: () =>
import( import('./2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component').then(
'./2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component' (c) => c.HowDoIGetMyFinancesInOrderPageComponent
).then((c) => c.HowDoIGetMyFinancesInOrderPageComponent), ),
title: 'How do I get my finances in order?' title: 'How do I get my finances in order?'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/08/500-stars-on-github', path: '2022/08/500-stars-on-github',
loadComponent: () => loadComponent: () =>
import( import('./2022/08/500-stars-on-github/500-stars-on-github-page.component').then(
'./2022/08/500-stars-on-github/500-stars-on-github-page.component' (c) => c.FiveHundredStarsOnGitHubPageComponent
).then((c) => c.FiveHundredStarsOnGitHubPageComponent), ),
title: '500 Stars on GitHub' title: '500 Stars on GitHub'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/10/hacktoberfest-2022', path: '2022/10/hacktoberfest-2022',
loadComponent: () => loadComponent: () =>
import( import('./2022/10/hacktoberfest-2022/hacktoberfest-2022-page.component').then(
'./2022/10/hacktoberfest-2022/hacktoberfest-2022-page.component' (c) => c.Hacktoberfest2022PageComponent
).then((c) => c.Hacktoberfest2022PageComponent), ),
title: 'Hacktoberfest 2022' title: 'Hacktoberfest 2022'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/11/black-friday-2022', path: '2022/11/black-friday-2022',
loadComponent: () => loadComponent: () =>
import( import('./2022/11/black-friday-2022/black-friday-2022-page.component').then(
'./2022/11/black-friday-2022/black-friday-2022-page.component' (c) => c.BlackFriday2022PageComponent
).then((c) => c.BlackFriday2022PageComponent), ),
title: 'Black Friday 2022' title: 'Black Friday 2022'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2022/12/the-importance-of-tracking-your-personal-finances', path: '2022/12/the-importance-of-tracking-your-personal-finances',
loadComponent: () => loadComponent: () =>
import( import('./2022/12/the-importance-of-tracking-your-personal-finances/the-importance-of-tracking-your-personal-finances-page.component').then(
'./2022/12/the-importance-of-tracking-your-personal-finances/the-importance-of-tracking-your-personal-finances-page.component' (c) => c.TheImportanceOfTrackingYourPersonalFinancesPageComponent
).then((c) => c.TheImportanceOfTrackingYourPersonalFinancesPageComponent), ),
title: 'The importance of tracking your personal finances' title: 'The importance of tracking your personal finances'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/01/ghostfolio-auf-sackgeld-vorgestellt', path: '2023/01/ghostfolio-auf-sackgeld-vorgestellt',
loadComponent: () => loadComponent: () =>
import( import('./2023/01/ghostfolio-auf-sackgeld-vorgestellt/ghostfolio-auf-sackgeld-vorgestellt-page.component').then(
'./2023/01/ghostfolio-auf-sackgeld-vorgestellt/ghostfolio-auf-sackgeld-vorgestellt-page.component' (c) => c.GhostfolioAufSackgeldVorgestelltPageComponent
).then((c) => c.GhostfolioAufSackgeldVorgestelltPageComponent), ),
title: 'Ghostfolio auf Sackgeld.com vorgestellt' title: 'Ghostfolio auf Sackgeld.com vorgestellt'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/02/ghostfolio-meets-umbrel', path: '2023/02/ghostfolio-meets-umbrel',
loadComponent: () => loadComponent: () =>
import( import('./2023/02/ghostfolio-meets-umbrel/ghostfolio-meets-umbrel-page.component').then(
'./2023/02/ghostfolio-meets-umbrel/ghostfolio-meets-umbrel-page.component' (c) => c.GhostfolioMeetsUmbrelPageComponent
).then((c) => c.GhostfolioMeetsUmbrelPageComponent), ),
title: 'Ghostfolio meets Umbrel' title: 'Ghostfolio meets Umbrel'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/03/ghostfolio-reaches-1000-stars-on-github', path: '2023/03/ghostfolio-reaches-1000-stars-on-github',
loadComponent: () => loadComponent: () =>
import( import('./2023/03/1000-stars-on-github/1000-stars-on-github-page.component').then(
'./2023/03/1000-stars-on-github/1000-stars-on-github-page.component' (c) => c.ThousandStarsOnGitHubPageComponent
).then((c) => c.ThousandStarsOnGitHubPageComponent), ),
title: 'Ghostfolio reaches 1’000 Stars on GitHub' title: 'Ghostfolio reaches 1’000 Stars on GitHub'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/05/unlock-your-financial-potential-with-ghostfolio', path: '2023/05/unlock-your-financial-potential-with-ghostfolio',
loadComponent: () => loadComponent: () =>
import( import('./2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component').then(
'./2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component' (c) => c.UnlockYourFinancialPotentialWithGhostfolioPageComponent
).then((c) => c.UnlockYourFinancialPotentialWithGhostfolioPageComponent), ),
title: 'Unlock your Financial Potential with Ghostfolio' title: 'Unlock your Financial Potential with Ghostfolio'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/07/exploring-the-path-to-fire', path: '2023/07/exploring-the-path-to-fire',
loadComponent: () => loadComponent: () =>
import( import('./2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component').then(
'./2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component' (c) => c.ExploringThePathToFirePageComponent
).then((c) => c.ExploringThePathToFirePageComponent), ),
title: 'Exploring the Path to FIRE' title: 'Exploring the Path to FIRE'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/08/ghostfolio-joins-oss-friends', path: '2023/08/ghostfolio-joins-oss-friends',
loadComponent: () => loadComponent: () =>
import( import('./2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.component').then(
'./2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.component' (c) => c.GhostfolioJoinsOssFriendsPageComponent
).then((c) => c.GhostfolioJoinsOssFriendsPageComponent), ),
title: 'Ghostfolio joins OSS Friends' title: 'Ghostfolio joins OSS Friends'
}, },
{ {
@ -160,9 +160,9 @@ export const routes: Routes = [
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/09/hacktoberfest-2023', path: '2023/09/hacktoberfest-2023',
loadComponent: () => loadComponent: () =>
import( import('./2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component').then(
'./2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component' (c) => c.Hacktoberfest2023PageComponent
).then((c) => c.Hacktoberfest2023PageComponent), ),
title: 'Hacktoberfest 2023' title: 'Hacktoberfest 2023'
}, },
{ {
@ -178,18 +178,18 @@ export const routes: Routes = [
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/11/hacktoberfest-2023-debriefing', path: '2023/11/hacktoberfest-2023-debriefing',
loadComponent: () => loadComponent: () =>
import( import('./2023/11/hacktoberfest-2023-debriefing/hacktoberfest-2023-debriefing-page.component').then(
'./2023/11/hacktoberfest-2023-debriefing/hacktoberfest-2023-debriefing-page.component' (c) => c.Hacktoberfest2023DebriefingPageComponent
).then((c) => c.Hacktoberfest2023DebriefingPageComponent), ),
title: 'Hacktoberfest 2023 Debriefing' title: 'Hacktoberfest 2023 Debriefing'
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2024/09/hacktoberfest-2024', path: '2024/09/hacktoberfest-2024',
loadComponent: () => loadComponent: () =>
import( import('./2024/09/hacktoberfest-2024/hacktoberfest-2024-page.component').then(
'./2024/09/hacktoberfest-2024/hacktoberfest-2024-page.component' (c) => c.Hacktoberfest2024PageComponent
).then((c) => c.Hacktoberfest2024PageComponent), ),
title: 'Hacktoberfest 2024' title: 'Hacktoberfest 2024'
}, },
{ {
@ -205,9 +205,9 @@ export const routes: Routes = [
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2025/09/hacktoberfest-2025', path: '2025/09/hacktoberfest-2025',
loadComponent: () => loadComponent: () =>
import( import('./2025/09/hacktoberfest-2025/hacktoberfest-2025-page.component').then(
'./2025/09/hacktoberfest-2025/hacktoberfest-2025-page.component' (c) => c.Hacktoberfest2025PageComponent
).then((c) => c.Hacktoberfest2025PageComponent), ),
title: 'Hacktoberfest 2025' title: 'Hacktoberfest 2025'
}, },
{ {

6
apps/client/src/app/pages/resources/resources-page.routes.ts

@ -33,9 +33,9 @@ export const routes: Routes = [
{ {
path: publicRoutes.resources.subRoutes.personalFinanceTools.path, path: publicRoutes.resources.subRoutes.personalFinanceTools.path,
loadChildren: () => loadChildren: () =>
import( import('./personal-finance-tools/personal-finance-tools-page.routes').then(
'./personal-finance-tools/personal-finance-tools-page.routes' (m) => m.routes
).then((m) => m.routes) )
} }
], ],
path: '', path: '',

Loading…
Cancel
Save