diff --git a/apps/client/src/app/app-routing.module.ts b/apps/client/src/app/app-routing.module.ts index 08f5b66c0..dd14fef63 100644 --- a/apps/client/src/app/app-routing.module.ts +++ b/apps/client/src/app/app-routing.module.ts @@ -1,6 +1,5 @@ import { NgModule } from '@angular/core'; import { RouterModule, Routes, TitleStrategy } from '@angular/router'; -import { routes as pricingRoutes } from '@ghostfolio/client/pages/pricing/routes'; // TODO import { routes as registerRoutes } from '@ghostfolio/client/pages/register/routes'; // TODO import { routes as resourcesRoutes } from '@ghostfolio/client/pages/resources/routes'; // TODO import { PageTitleStrategy } from '@ghostfolio/client/services/page-title.strategy'; @@ -13,6 +12,7 @@ export const paths = { features: $localize`features`, license: $localize`license`, markets: $localize`markets`, + pricing: $localize`pricing`, privacyPolicy: $localize`privacy-policy` }; @@ -99,13 +99,13 @@ const routes: Routes = [ (m) => m.PortfolioPageModule ) }, - ...pricingRoutes.map((path) => ({ - path, + { + path: paths.pricing, loadChildren: () => import('./pages/pricing/pricing-page.module').then( (m) => m.PricingPageModule ) - })), + }, ...registerRoutes.map((path) => ({ path, loadChildren: () => diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index fd7d5c673..e32902974 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -81,7 +81,7 @@ Open Startup
My personal goal is to reach break-even with the Saas offering (Ghostfolio Premium) and regularly report about the progress and my learnings on this exciting journey. diff --git a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts index 95b4a2b3d..eec7ce255 100644 --- a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts +++ b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts @@ -11,4 +11,5 @@ import { RouterModule } from '@angular/router'; }) export class FiveHundredStarsOnGitHubPageComponent { public routerLinkMarkets = ['/' + $localize`markets`]; + public routerLinkPricing = ['/' + $localize`pricing`]; } diff --git a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html index 873b7a2e6..5b485e921 100644 --- a/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html +++ b/apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html @@ -74,7 +74,7 @@ economic situation at this time, the goal set at the beginning of the year to build a sustainable business and reach break-even with the SaaS offering (Ghostfolio Premium) has been achieved. We will continue to leverage the revenue to further improve the fully managed cloud offering for our paying diff --git a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts index af912cc65..bfb42f55c 100644 --- a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts +++ b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts @@ -12,4 +12,5 @@ import { GfPremiumIndicatorModule } from '@ghostfolio/ui/premium-indicator'; }) export class BlackFriday2022PageComponent { public routerLinkFeatures = ['/' + $localize`features`]; + public routerLinkPricing = ['/' + $localize`pricing`]; } diff --git a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html index adba5025f..8da5f55b5 100644 --- a/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html +++ b/apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html @@ -43,10 +43,10 @@
Snap the limited Black Friday 2022 deal before it’s gone. For detailed information on plans and pricing, please visit our - pricing page. + pricing page.
diff --git a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts index e23eb90ff..55813dc29 100644 --- a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts +++ b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts @@ -11,4 +11,5 @@ import { RouterModule } from '@angular/router'; }) export class ThousandStarsOnGitHubPageComponent { public routerLinkFeatures = ['/' + $localize`features`]; + public routerLinkPricing = ['/' + $localize`pricing`]; } diff --git a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html index b6faaa1c6..f475f00da 100644 --- a/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html +++ b/apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html @@ -92,7 +92,7 @@These self-hosting platforms allow users to run applications on their own hardware rather than rely on a - SaaS offering. As a result, + SaaS offering. As a result, Ghostfolio has become accessible to an even wider range of users who would like to take control of their wealth management.
diff --git a/apps/client/src/app/pages/faq/faq-page.component.ts b/apps/client/src/app/pages/faq/faq-page.component.ts index 6e2c5b71d..6cf848f14 100644 --- a/apps/client/src/app/pages/faq/faq-page.component.ts +++ b/apps/client/src/app/pages/faq/faq-page.component.ts @@ -12,6 +12,7 @@ import { Subject, takeUntil } from 'rxjs'; export class FaqPageComponent implements OnDestroy { public routerLinkFeatures = ['/' + $localize`features`]; public routerLinkMarkets = ['/' + $localize`markets`]; + public routerLinkPricing = ['/' + $localize`pricing`]; public user: User; private unsubscribeSubject = new Subject