Add payment form and improve order stepper UI
Introduces a payment step with card input masking using ngx-mask, refactors the order stepper to include address and payment forms with validation, and enhances UI/UX with new styles and layout adjustments. Also updates dependencies and module imports to support ngx-mask and Material Checkbox.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, computed, input } from '@angular/core';
|
||||
import { Component, input } from '@angular/core';
|
||||
import { Vorstellung } from '@infinimotion/model-frontend';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user