Browse Source

Extend personal finance tools with categories and platforms

pull/7240/head
Thomas Kaul 2 weeks ago
parent
commit
e9d70b345c
  1. 2
      apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts

2
apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts

@ -29,6 +29,7 @@ export class GfProductPageComponent {
}); });
protected readonly product1 = computed<Product>(() => ({ protected readonly product1 = computed<Product>(() => ({
categories: ['FINANCIAL_PLANNING', 'NET_WORTH_TRACKING', 'STOCK_TRACKING'],
founded: 2021, founded: 2021,
hasFreePlan: true, hasFreePlan: true,
hasSelfHostingAbility: true, hasSelfHostingAbility: true,
@ -49,6 +50,7 @@ export class GfProductPageComponent {
], ],
name: 'Ghostfolio', name: 'Ghostfolio',
origin: getCountryName({ code: 'CH' }), origin: getCountryName({ code: 'CH' }),
platforms: ['ANDROID', 'WEB'],
regions: [$localize`Global`], regions: [$localize`Global`],
slogan: 'Open Source Wealth Management', slogan: 'Open Source Wealth Management',
useAnonymously: true useAnonymously: true

Loading…
Cancel
Save