refactor(qrcode): replace angularx-qrcode with custom QRCodeComponent and update dependencies

This commit is contained in:
2026-07-08 02:21:17 +00:00
parent 1af478d65e
commit eb73398397
5 changed files with 97 additions and 18 deletions

View File

@@ -1,9 +1,8 @@
import { ChangeDetectionStrategy, Component, input, output } from '@angular/core';
import { QRCodeComponent } from 'angularx-qrcode';
import { ButtonComponent } from '../../../../shared/components/button/button.component';
import { IconButtonComponent } from '../../../../shared/components/icon-button/icon-button.component';
import { QRCodeComponent } from '../../../../shared/components/qrcode/qrcode.component';
import { PaymentMethod, PaymentMethodOption, TransferAccount, TransferField } from './checkout-page.models';
@Component({