diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html index 11638edaf..19b3e8a4e 100644 --- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html +++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html @@ -4,7 +4,7 @@ [deviceType]="data.deviceType" [title]="name" (closeButtonClicked)="onClose()" -> +/>
@@ -16,7 +16,7 @@ [locale]="user?.settings?.locale" [unit]="user?.settings?.baseCurrency" [value]="valueInBaseCurrency" - > + />
@@ -28,7 +28,7 @@ [isInPercent]="hasImpersonationId || user.settings.isRestrictedView" [isLoading]="isLoadingChart" [locale]="user?.settings?.locale" - > + />
@@ -79,7 +79,7 @@ [deviceType]="data.deviceType" [holdings]="holdings" [locale]="user?.settings?.locale" - > + /> @@ -102,7 +102,7 @@ [totalItems]="totalItems" (export)="onExport()" (sortChanged)="onSortChanged($event)" - > + /> + /> @@ -128,7 +128,7 @@ [locale]="user?.settings?.locale" [showActions]="!hasImpersonationId && hasPermissionToDeleteAccountBalance && !user.settings.isRestrictedView" (accountBalanceDeleted)="onDeleteAccountBalance($event)" - > + />
@@ -138,4 +138,4 @@ mat-dialog-actions [deviceType]="data.deviceType" (closeButtonClicked)="onClose()" -> +/> diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.html b/apps/client/src/app/components/accounts-table/accounts-table.component.html index 92b04486d..8d4db38ec 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.html +++ b/apps/client/src/app/components/accounts-table/accounts-table.component.html @@ -39,7 +39,7 @@ class="d-inline d-sm-none mr-1" [tooltip]="element.Platform?.name" [url]="element.Platform?.url" - > + /> {{ element.name }} + /> {{ element.Platform?.name }} @@ -131,7 +131,7 @@ [isCurrency]="true" [locale]="locale" [value]="element.balance" - > + /> + /> @@ -166,7 +166,7 @@ [isCurrency]="true" [locale]="locale" [value]="element.value" - > + /> + /> @@ -201,7 +201,7 @@ [isCurrency]="true" [locale]="locale" [value]="element.valueInBaseCurrency" - > + /> + /> diff --git a/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html b/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html index c6e972f45..f452dd1c9 100644 --- a/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html +++ b/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html @@ -8,7 +8,7 @@ [showXAxis]="true" [showYAxis]="true" [symbol]="symbol" - > + />
+ />
diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html index 0f5b5b7f2..006b63a82 100644 --- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html +++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html @@ -50,7 +50,7 @@ [marketData]="marketDataDetails" [symbol]="data.symbol" (marketDataChanged)="onMarketDataChanged($event)" - > + />
@@ -162,7 +162,7 @@ [keys]="['name']" [maxItems]="10" [positions]="sectors" - > + />
Countries
@@ -172,7 +172,7 @@ [keys]="['name']" [maxItems]="10" [positions]="countries" - > + />
diff --git a/apps/client/src/app/components/admin-overview/admin-overview.html b/apps/client/src/app/components/admin-overview/admin-overview.html index 61b93be30..bdf623bab 100644 --- a/apps/client/src/app/components/admin-overview/admin-overview.html +++ b/apps/client/src/app/components/admin-overview/admin-overview.html @@ -16,7 +16,7 @@ [locale]="user?.settings?.locale" [precision]="0" [value]="userCount" - > + />
@@ -26,7 +26,7 @@ [locale]="user?.settings?.locale" [precision]="0" [value]="transactionCount" - > + />
{{ transactionCount / userCount | number : '1.2-2' }} per User @@ -39,10 +39,7 @@ @@ -52,7 +49,7 @@ [locale]="user?.settings?.locale" [precision]="4" [value]="exchangeRate.value" - > + /> diff --git a/apps/client/src/app/components/admin-users/admin-users.html b/apps/client/src/app/components/admin-users/admin-users.html index 2bd08b724..e82ac7e02 100644 --- a/apps/client/src/app/components/admin-users/admin-users.html +++ b/apps/client/src/app/components/admin-users/admin-users.html @@ -46,7 +46,7 @@ class="ml-1" [enableLink]="false" [title]="'Expires ' + formatDistanceToNow(element.subscription.expiresAt) + ' (' + (element.subscription.expiresAt | date: defaultDateFormat) + ')'" - > + /> @@ -107,7 +107,7 @@ class="d-inline-block justify-content-end" [locale]="user?.settings?.locale" [value]="element.accountCount" - > + /> @@ -128,7 +128,7 @@ class="d-inline-block justify-content-end" [locale]="user?.settings?.locale" [value]="element.transactionCount" - > + /> @@ -153,7 +153,7 @@ [locale]="user?.settings?.locale" [precision]="0" [value]="element.engagement" - > + /> diff --git a/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html b/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html index 7507f2e13..7eb60c435 100644 --- a/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html +++ b/apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html @@ -7,7 +7,7 @@ + />
diff --git a/apps/client/src/app/components/header/header.component.html b/apps/client/src/app/components/header/header.component.html index 4b6d6dffc..c4a361057 100644 --- a/apps/client/src/app/components/header/header.component.html +++ b/apps/client/src/app/components/header/header.component.html @@ -7,7 +7,7 @@ [ngClass]="{ 'w-100': hasTabs }" [routerLink]="['/']" > - +
@@ -295,7 +295,7 @@ class="px-2" [label]="pageTitle" [showLabel]="currentRoute !== 'register'" - > + /> diff --git a/apps/client/src/app/components/home-holdings/home-holdings.html b/apps/client/src/app/components/home-holdings/home-holdings.html index d83f53f68..73f8d0506 100644 --- a/apps/client/src/app/components/home-holdings/home-holdings.html +++ b/apps/client/src/app/components/home-holdings/home-holdings.html @@ -5,7 +5,7 @@ [isLoading]="positions === undefined" [options]="dateRangeOptions" (change)="onChangeDateRange($event.value)" - > + />
@@ -18,7 +18,7 @@ [locale]="user?.settings?.locale" [positions]="positions" [range]="user?.settings?.dateRange" - > + />
diff --git a/apps/client/src/app/components/home-market/home-market.html b/apps/client/src/app/components/home-market/home-market.html index 46c8f1d59..6d48abc1d 100644 --- a/apps/client/src/app/components/home-market/home-market.html +++ b/apps/client/src/app/components/home-market/home-market.html @@ -18,11 +18,11 @@ [yMaxLabel]="greedLabel" [yMin]="0" [yMinLabel]="fearLabel" - > + /> + />
@@ -32,7 +32,7 @@ [benchmarks]="benchmarks" [locale]="user?.settings?.locale" [user]="user" - > + /> + />
@@ -95,7 +95,7 @@ [performance]="performance" [showDetails]="showDetails" [unit]="unit" - > + />
+ />
diff --git a/apps/client/src/app/components/home-summary/home-summary.html b/apps/client/src/app/components/home-summary/home-summary.html index b75fe5aab..d01022e89 100644 --- a/apps/client/src/app/components/home-summary/home-summary.html +++ b/apps/client/src/app/components/home-summary/home-summary.html @@ -12,7 +12,7 @@ [locale]="user?.settings?.locale" [summary]="summary" (emergencyFundChanged)="onChangeEmergencyFund($event)" - > + /> diff --git a/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html b/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html index b5ddf503a..84c8c11ad 100644 --- a/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html +++ b/apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html @@ -2,7 +2,7 @@ mat-dialog-title [title]="data.title" (closeButtonClicked)="onClose()" -> +/>
diff --git a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html index 77c643c3a..aa33288cd 100644 --- a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html +++ b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html @@ -41,7 +41,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : performance?.currentNetPerformance" - > + />
+ />
diff --git a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index 2ba1c4216..6adaca943 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2,7 +2,7 @@
Time in Market
- +
+ />
@@ -38,7 +38,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.totalSell" - > + />
@@ -53,7 +53,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.committedFunds" - > + />
@@ -65,7 +65,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.currentGrossPerformance" - > + />
@@ -87,7 +87,7 @@ [value]=" isLoading ? undefined : summary?.currentGrossPerformancePercent " - > + />
@@ -100,7 +100,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.fees" - > + />
@@ -115,7 +115,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.currentNetPerformance" - > + />
@@ -135,7 +135,7 @@ [isPercent]="true" [locale]="locale" [value]="isLoading ? undefined : summary?.currentNetPerformancePercent" - > + />
@@ -151,7 +151,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.currentValue" - > + />
@@ -163,7 +163,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.items" - > + />
@@ -184,7 +184,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.emergencyFund?.total" - > + />
@@ -197,7 +197,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.emergencyFund?.cash" - > + />
@@ -210,7 +210,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.emergencyFund?.assets" - > + />
@@ -222,7 +222,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.cash" - > + />
@@ -234,7 +234,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.excludedAccountsAndActivities" - > + />
@@ -254,7 +254,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.liabilities" - > + />
@@ -269,7 +269,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.netWorth" - > + />
@@ -284,7 +284,7 @@ [isPercent]="true" [locale]="locale" [value]="isLoading ? undefined : summary?.annualizedPerformancePercent" - > + />
@@ -299,7 +299,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.interest" - > + />
@@ -311,7 +311,7 @@ [locale]="locale" [unit]="baseCurrency" [value]="isLoading ? undefined : summary?.dividend" - > + />
diff --git a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html index f7b9b8a80..e2b72366b 100644 --- a/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html +++ b/apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html @@ -4,7 +4,7 @@ [deviceType]="data.deviceType" [title]="SymbolProfile?.name ?? SymbolProfile?.symbol" (closeButtonClicked)="onClose()" -> +/>
@@ -16,7 +16,7 @@ [locale]="data.locale" [unit]="data.baseCurrency" [value]="value" - > + />
@@ -33,7 +33,7 @@ [showXAxis]="true" [showYAxis]="true" [symbol]="data.symbol" - > + />
@@ -222,7 +222,7 @@ [locale]="data.locale" [maxItems]="10" [positions]="sectors" - > + />
Countries
@@ -234,7 +234,7 @@ [locale]="data.locale" [maxItems]="10" [positions]="countries" - > + />
@@ -266,7 +266,7 @@ [sortDisabled]="true" [totalItems]="totalItems" (export)="onExport()" - > + /> + />
@@ -314,4 +314,4 @@ mat-dialog-actions [deviceType]="data.deviceType" (closeButtonClicked)="onClose()" -> +/> diff --git a/apps/client/src/app/components/position/position.component.html b/apps/client/src/app/components/position/position.component.html index b8aab3a9d..b387316f5 100644 --- a/apps/client/src/app/components/position/position.component.html +++ b/apps/client/src/app/components/position/position.component.html @@ -18,7 +18,7 @@ [marketState]="position?.marketState" [range]="range" [value]="position?.netPerformancePercentage" - > + />
+ /> + />
diff --git a/apps/client/src/app/components/positions/positions.component.html b/apps/client/src/app/components/positions/positions.component.html index 1a6f44270..606c59211 100644 --- a/apps/client/src/app/components/positions/positions.component.html +++ b/apps/client/src/app/components/positions/positions.component.html @@ -2,7 +2,7 @@
- + @@ -13,7 +13,7 @@ [locale]="locale" [position]="position" [range]="range" - > + /> + />
- +
diff --git a/apps/client/src/app/components/rules/rules.component.html b/apps/client/src/app/components/rules/rules.component.html index f859a4224..b3840a79b 100644 --- a/apps/client/src/app/components/rules/rules.component.html +++ b/apps/client/src/app/components/rules/rules.component.html @@ -7,15 +7,13 @@ class="my-2 text-center" > - + + - + - +
diff --git a/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html b/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html index 85922615c..102da79f6 100644 --- a/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html +++ b/apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html @@ -7,10 +7,7 @@
Ghostfolio Premium - +
Are you an ambitious investor who needs the full picture? diff --git a/apps/client/src/app/components/user-account-access/user-account-access.html b/apps/client/src/app/components/user-account-access/user-account-access.html index 5e43bfa97..89aadd524 100644 --- a/apps/client/src/app/components/user-account-access/user-account-access.html +++ b/apps/client/src/app/components/user-account-access/user-account-access.html @@ -6,13 +6,13 @@ + /> + />
diff --git a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html index 35074ec97..b76c2c892 100644 --- a/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html +++ b/apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html @@ -61,7 +61,7 @@ class="mr-1" [tooltip]="platformEntry.name" [url]="platformEntry.url" - > + /> {{ platformEntry.name }} diff --git a/apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html b/apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html index b18ba9984..d2e9a03c2 100644 --- a/apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html +++ b/apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html @@ -17,8 +17,7 @@ class="mr-1" [tooltip]="account.Platform?.name" [url]="account.Platform?.url" - >{{ account.name }} + />{{ account.name }}
@@ -35,8 +34,7 @@ class="mr-1" [tooltip]="account.Platform?.name" [url]="account.Platform?.url" - >{{ account.name }} + />{{ account.name }} 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 093d62f05..c121fd95f 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 @@ -20,8 +20,8 @@ + /> + annual plan for ambitious investors who need the full picture of their financial assets.

diff --git a/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html b/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html index 352e0b5ce..e60aeda92 100644 --- a/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html +++ b/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html @@ -21,8 +21,8 @@ + /> + annual plan with our exclusive Black Week deal. Elevate your financial strategy with the power of Ghostfolio designed to give you the full picture of your assets. diff --git a/apps/client/src/app/pages/features/features-page.html b/apps/client/src/app/pages/features/features-page.html index 5ea587c9b..c7636ce08 100644 --- a/apps/client/src/app/pages/features/features-page.html +++ b/apps/client/src/app/pages/features/features-page.html @@ -142,7 +142,7 @@ + />

Check the rate of return of your portfolio for @@ -162,7 +162,7 @@ + />

Check the allocations of your portfolio by account, asset @@ -207,7 +207,7 @@

diff --git a/apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html b/apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html index 0f68d6c88..6aa9ed9d2 100644 --- a/apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html +++ b/apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -82,8 +82,7 @@ class="mr-1" [tooltip]="account.Platform?.name" [url]="account.Platform?.url" - >{{ account.name }} + />{{ account.name }} @@ -357,7 +356,7 @@ [locale]="data.user?.settings?.locale" [unit]="activityForm.controls['currency']?.value ?? data.user?.settings?.baseCurrency" [value]="total" - > + />
@@ -22,7 +22,7 @@ size="medium" [isPercent]="true" [value]="isLoading ? undefined : portfolioDetails?.filteredValueInPercentage" - > + /> + />
@@ -62,8 +62,8 @@ + /> + + /> @@ -85,8 +85,8 @@ > + /> + + /> @@ -119,7 +119,7 @@ [positions]="symbols" [showLabels]="deviceType !== 'mobile'" (proportionChartClicked)="onSymbolChartClicked($event)" - > + /> @@ -131,8 +131,8 @@ > + /> + + /> @@ -155,8 +155,8 @@ > + /> + + /> @@ -178,8 +178,8 @@ > + /> + + /> @@ -202,8 +202,8 @@ > + /> +
@@ -212,7 +212,7 @@ [format]="worldMapChartFormat" [isInPercent]="hasImpersonationId || user.settings.isRestrictedView" [locale]="user?.settings?.locale" - > + />
@@ -275,7 +275,7 @@ [locale]="user?.settings?.locale" [positions]="accounts" (proportionChartClicked)="onAccountChartClicked($event)" - > + />
@@ -287,8 +287,8 @@ > + /> + + />
@@ -310,8 +310,8 @@ > + /> + + /> diff --git a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html index 0d69c7b05..367077332 100644 --- a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html +++ b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html @@ -7,14 +7,14 @@ [isLoading]="isLoadingBenchmarkComparator || isLoadingInvestmentChart" [options]="dateRangeOptions" (change)="onChangeDateRange($event.value)" - > + /> + /> }
@@ -30,7 +30,7 @@ [performanceDataItems]="performanceDataItemsInPercentage" [user]="user" (benchmarkChanged)="onChangeBenchmark($event)" - > + />
@@ -51,7 +51,7 @@ [locale]="user?.settings?.locale" [unit]="user?.settings?.baseCurrency" [value]="isLoadingInvestmentChart ? undefined : performance?.currentNetPerformance" - > + />
@@ -66,7 +66,7 @@ [isPercent]="true" [locale]="user?.settings?.locale" [value]="isLoadingInvestmentChart ? undefined : performance?.currentNetPerformancePercent" - > + />
@@ -81,7 +81,7 @@ [locale]="user?.settings?.locale" [unit]="user?.settings?.baseCurrency" [value]="isLoadingInvestmentChart ? undefined : (performance?.currentNetPerformanceWithCurrencyEffect === null ? null : performance?.currentNetPerformanceWithCurrencyEffect - performance?.currentNetPerformance)" - > + />
@@ -96,7 +96,7 @@ [isPercent]="true" [locale]="user?.settings?.locale" [value]="isLoadingInvestmentChart ? undefined : performance?.currentNetPerformancePercentWithCurrencyEffect - performance?.currentNetPerformancePercent" - > + />

@@ -112,7 +112,7 @@ [locale]="user?.settings?.locale" [unit]="user?.settings?.baseCurrency" [value]="isLoadingInvestmentChart ? undefined : performance?.currentNetPerformanceWithCurrencyEffect" - > + />
@@ -127,7 +127,7 @@ [isPercent]="true" [locale]="user?.settings?.locale" [value]="isLoadingInvestmentChart ? undefined : performance?.currentNetPerformancePercentWithCurrencyEffect" - > + />
@@ -167,7 +167,7 @@ [isPercent]="true" [locale]="user?.settings?.locale" [value]="position.netPerformancePercentage" - > + />
@@ -215,7 +215,7 @@ [isPercent]="true" [locale]="user?.settings?.locale" [value]="position.netPerformancePercentage" - > + /> @@ -245,7 +245,7 @@ + />
@@ -260,7 +260,7 @@ [isLoading]="isLoadingInvestmentChart" [locale]="user?.settings?.locale" [range]="user?.settings?.dateRange" - > + />
@@ -275,7 +275,7 @@ + /> + />
@@ -317,7 +317,7 @@ [locale]="user?.settings?.locale" [range]="user?.settings?.dateRange" [savingsRate]="savingsRate" - > + />
@@ -332,7 +332,7 @@ + /> + />
+ />
diff --git a/apps/client/src/app/pages/portfolio/fire/fire-page.html b/apps/client/src/app/pages/portfolio/fire/fire-page.html index 2e8522570..5bab3fcc8 100644 --- a/apps/client/src/app/pages/portfolio/fire/fire-page.html +++ b/apps/client/src/app/pages/portfolio/fire/fire-page.html @@ -8,7 +8,7 @@ > + /> + /> @@ -35,7 +35,7 @@ > + />
+ /> per year or @@ -74,7 +74,7 @@ [locale]="user?.settings?.locale" [unit]="user?.settings?.baseCurrency" [value]="withdrawalRatePerMonth?.toNumber()" - > + /> per month, based on your total assets of + /> + and a withdrawal rate of 4%.
@@ -112,12 +112,12 @@ > + /> + />

@@ -125,12 +125,12 @@ > + />

+ />

@@ -138,12 +138,12 @@ > + />

+ />

@@ -151,12 +151,12 @@ > + />

+ />
diff --git a/apps/client/src/app/pages/portfolio/holdings/holdings-page.html b/apps/client/src/app/pages/portfolio/holdings/holdings-page.html index 34e88077e..c6251c184 100644 --- a/apps/client/src/app/pages/portfolio/holdings/holdings-page.html +++ b/apps/client/src/app/pages/portfolio/holdings/holdings-page.html @@ -8,7 +8,7 @@ [isLoading]="isLoading" [placeholder]="placeholder" (valueChanged)="filters$.next($event)" - > + /> } @@ -20,7 +20,7 @@ [hasPermissionToCreateActivity]="hasPermissionToCreateOrder" [holdings]="holdings" [locale]="user?.settings?.locale" - > + />

Premium - +

diff --git a/apps/client/src/app/pages/public/public-page.html b/apps/client/src/app/pages/public/public-page.html index 3b39b8f1c..71cb2ec2d 100644 --- a/apps/client/src/app/pages/public/public-page.html +++ b/apps/client/src/app/pages/public/public-page.html @@ -20,7 +20,7 @@ [keys]="['symbol']" [positions]="symbols" [showLabels]="deviceType !== 'mobile'" - > + />
@@ -35,7 +35,7 @@ [keys]="['currency']" [maxItems]="10" [positions]="positions" - > + />
@@ -50,7 +50,7 @@ [keys]="['name']" [maxItems]="10" [positions]="sectors" - > + /> @@ -64,7 +64,7 @@ [isInPercent]="true" [keys]="['name']" [positions]="continents" - > + /> @@ -81,7 +81,7 @@ format="{0}%" [countries]="countries" [isInPercent]="true" - > + />
@@ -135,7 +135,7 @@ [hasPermissionToShowValues]="false" [holdings]="holdings" [pageSize]="7" - > + />
diff --git a/apps/client/src/app/pages/register/register-page.html b/apps/client/src/app/pages/register/register-page.html index 0d13a7f75..27aa5527e 100644 --- a/apps/client/src/app/pages/register/register-page.html +++ b/apps/client/src/app/pages/register/register-page.html @@ -9,7 +9,7 @@
- +

Wealth Management Software

diff --git a/apps/client/src/app/pages/webauthn/webauthn-page.html b/apps/client/src/app/pages/webauthn/webauthn-page.html index a81a9c6fc..a4b2a4e07 100644 --- a/apps/client/src/app/pages/webauthn/webauthn-page.html +++ b/apps/client/src/app/pages/webauthn/webauthn-page.html @@ -4,7 +4,7 @@
- +
diff --git a/apps/client/src/index.html b/apps/client/src/index.html index 47f2c3d1a..7447a2c78 100644 --- a/apps/client/src/index.html +++ b/apps/client/src/index.html @@ -48,7 +48,7 @@ - + diff --git a/libs/ui/src/lib/account-balances/account-balances.component.html b/libs/ui/src/lib/account-balances/account-balances.component.html index d0abbd117..3fb557211 100644 --- a/libs/ui/src/lib/account-balances/account-balances.component.html +++ b/libs/ui/src/lib/account-balances/account-balances.component.html @@ -26,7 +26,7 @@ [locale]="locale" [unit]="element?.Account?.currency" [value]="element?.value" - > + />
diff --git a/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html b/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html index 796aaa290..3ae1879a4 100644 --- a/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html +++ b/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html @@ -120,7 +120,7 @@ [dataSource]="element.SymbolProfile?.dataSource" [symbol]="element.SymbolProfile?.symbol" [tooltip]="element.SymbolProfile?.name" - > + />
{{ element.dataSource }}
@@ -154,7 +154,7 @@ Type @@ -188,7 +188,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.quantity" - > + /> @@ -212,7 +212,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.unitPrice" - > + /> @@ -236,7 +236,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.fee" - > + /> @@ -259,7 +259,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.value" - > + /> @@ -291,7 +291,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.valueInBaseCurrency" - > + /> @@ -307,7 +307,7 @@ class="mr-1" [tooltip]="element.Account?.Platform?.name" [url]="element.Account?.Platform?.url" - > + /> {{ element.Account?.name }} @@ -486,7 +486,5 @@ " class="p-3 text-center" > - + diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index e1c582e5f..3356f476a 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -4,7 +4,7 @@ [ngClass]="{ 'd-none': !hasPermissionToFilter }" [placeholder]="placeholder" (valueChanged)="filters$.next($event)" -> +/>
@@ -239,7 +239,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.quantity" - > + /> @@ -330,7 +330,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.value" - > + /> @@ -361,7 +361,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.valueInBaseCurrency" - > + /> @@ -393,7 +393,7 @@ class="mr-1" [tooltip]="element.Account?.Platform?.name" [url]="element.Account?.Platform?.url" - > + /> {{ element.Account?.name }} @@ -587,7 +587,5 @@ " class="p-3 text-center" > - + diff --git a/libs/ui/src/lib/holdings-table/holdings-table.component.html b/libs/ui/src/lib/holdings-table/holdings-table.component.html index e5d7d3246..5277c5f5b 100644 --- a/libs/ui/src/lib/holdings-table/holdings-table.component.html +++ b/libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -14,7 +14,7 @@ [dataSource]="element.dataSource" [symbol]="element.symbol" [tooltip]="element.name" - > + /> @@ -59,7 +59,7 @@ [isDate]="element.dateOfFirstActivity ? true : false" [locale]="locale" [value]="element.dateOfFirstActivity ?? ''" - > + /> @@ -83,7 +83,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : element.valueInBaseCurrency" - > + /> @@ -104,7 +104,7 @@ [isPercent]="true" [locale]="locale" [value]="isLoading ? undefined : element.allocationInPercentage" - > + /> @@ -126,7 +126,7 @@ [isPercent]="true" [locale]="locale" [value]="isLoading ? undefined : element.netPerformancePercent" - > + /> @@ -179,7 +179,5 @@ " class="p-3 text-center" > - + diff --git a/libs/ui/src/lib/no-transactions-info/no-transactions-info.component.html b/libs/ui/src/lib/no-transactions-info/no-transactions-info.component.html index 103b21078..9e31ffabf 100644 --- a/libs/ui/src/lib/no-transactions-info/no-transactions-info.component.html +++ b/libs/ui/src/lib/no-transactions-info/no-transactions-info.component.html @@ -1,6 +1,6 @@
- +
- + {{ exchangeRate.label1 }} = {{ exchangeRate.label2 }} diff --git a/apps/client/src/app/components/admin-platform/admin-platform.component.html b/apps/client/src/app/components/admin-platform/admin-platform.component.html index 9c7a76f97..bd7e82560 100644 --- a/apps/client/src/app/components/admin-platform/admin-platform.component.html +++ b/apps/client/src/app/components/admin-platform/admin-platform.component.html @@ -35,7 +35,7 @@ class="d-inline mr-1" [tooltip]="element.name" [url]="element.url" - > + /> {{ element.name }} - + - + + /> + /> @@ -306,7 +306,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : totalFees" - > + /> @@ -341,7 +341,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : totalValue" - > + /> @@ -372,7 +372,7 @@ [isCurrency]="true" [locale]="locale" [value]="isLoading ? undefined : totalValue" - > + />