Browse Source

Add Anlage.App

pull/3528/head
Thomas Kaul 1 year ago
parent
commit
ba9f7c3bb7
  1. 11
      libs/common/src/lib/personal-finance-tools.ts

11
libs/common/src/lib/personal-finance-tools.ts

@ -26,6 +26,17 @@ export const personalFinanceTools: Product[] = [
origin: `Switzerland`, origin: `Switzerland`,
slogan: 'Simplicity for Complex Wealth' slogan: 'Simplicity for Complex Wealth'
}, },
{
founded: 2018,
hasFreePlan: true,
hasSelfHostingAbility: false,
key: 'anlage.app',
languages: ['English'],
name: 'Anlage.App',
origin: `Austria`,
pricingPerYear: '$120',
slogan: 'Analyze and track your portfolio.'
},
{ {
founded: 2022, founded: 2022,
hasFreePlan: true, hasFreePlan: true,

Loading…
Cancel
Save