diff --git a/frontend/src/app/features/calculator/calculator-page.component.html b/frontend/src/app/features/calculator/calculator-page.component.html index a589735..e2c8597 100644 --- a/frontend/src/app/features/calculator/calculator-page.component.html +++ b/frontend/src/app/features/calculator/calculator-page.component.html @@ -1,64 +1,79 @@

{{ 'CALC.TITLE' | translate }}

{{ 'CALC.SUBTITLE' | translate }}

+ + @if (orderSuccess()) { + {{ 'USER_DETAILS.ORDER_SUCCESS' | translate }} + } + @if (error()) { + {{ 'CALC.ERROR_GENERIC' | translate }} + }
-
- -
- -
-
- {{ 'CALC.MODE_EASY' | translate }} -
-
- {{ 'CALC.MODE_ADVANCED' | translate }} -
-
- - -
-
- - -
- @if (error()) { - Si รจ verificato un errore durante il calcolo del preventivo. - } - - @if (loading()) { - -
-
-

Analisi in corso...

-

Stiamo analizzando la geometria e calcolando il percorso utensile.

+@if (step() === 'details' && result()) { +
+ + +
+} @else { +
+ +
+ +
+
+ {{ 'CALC.MODE_EASY' | translate }}
+
+ {{ 'CALC.MODE_ADVANCED' | translate }} +
+
+ +
- } @else if (result()) { - - } @else { - -

{{ 'CALC.BENEFITS_TITLE' | translate }}

-
    -
  • {{ 'CALC.BENEFITS_1' | translate }}
  • -
  • {{ 'CALC.BENEFITS_2' | translate }}
  • -
  • {{ 'CALC.BENEFITS_3' | translate }}
  • -
-
- } -
-
+
+ + +
+ + @if (loading()) { + +
+
+

Analisi in corso...

+

Stiamo analizzando la geometria e calcolando il percorso utensile.

+
+
+ } @else if (result()) { + + } @else { + +

{{ 'CALC.BENEFITS_TITLE' | translate }}

+
    +
  • {{ 'CALC.BENEFITS_1' | translate }}
  • +
  • {{ 'CALC.BENEFITS_2' | translate }}
  • +
  • {{ 'CALC.BENEFITS_3' | translate }}
  • +
+
+ } +
+
+}