feat(back-end and front-end): calculator improvements
This commit is contained in:
@@ -20,6 +20,7 @@ export class PriceBreakdownComponent {
|
||||
rows = input<PriceBreakdownRow[]>([]);
|
||||
total = input.required<number>();
|
||||
currency = input<string>('CHF');
|
||||
totalSuffix = input<string>('');
|
||||
totalLabel = input<string>('');
|
||||
totalLabelKey = input<string>('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user