|
@ -14,13 +14,13 @@ |
|
|
step="100" |
|
|
step="100" |
|
|
type="number" |
|
|
type="number" |
|
|
/> |
|
|
/> |
|
|
<span matTextSuffix>{{ currency }}</span> |
|
|
<span class="ml-2" matTextSuffix>{{ currency }}</span> |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
|
|
|
|
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-label i18n>Investment Horizon</mat-label> |
|
|
<mat-label i18n>Investment Horizon</mat-label> |
|
|
<input formControlName="time" matInput type="number" /> |
|
|
<input formControlName="time" matInput type="number" /> |
|
|
<span i18n matTextSuffix>years</span> |
|
|
<span class="ml-2" i18n matTextSuffix>years</span> |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
|
|
|
|
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
@ -31,7 +31,7 @@ |
|
|
step="0.25" |
|
|
step="0.25" |
|
|
type="number" |
|
|
type="number" |
|
|
/> |
|
|
/> |
|
|
<div matTextSuffix>%</div> |
|
|
<div class="ml-2" matTextSuffix>%</div> |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
|
|
|
|
|
|
<gf-value |
|
|
<gf-value |
|
|