mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
Upgrade Angular to 9 (#606)
* Upgrade Angular to 8 * Upgrade Angular to 9 * Fix format * Fix import sorting
This commit is contained in:
@@ -24,8 +24,8 @@ import { TaxInfoComponent } from './tax-info.component';
|
||||
templateUrl: 'adjust-payment.component.html',
|
||||
})
|
||||
export class AdjustPaymentComponent {
|
||||
@ViewChild(PaymentComponent) paymentComponent: PaymentComponent;
|
||||
@ViewChild(TaxInfoComponent) taxInfoComponent: TaxInfoComponent;
|
||||
@ViewChild(PaymentComponent, { static: true }) paymentComponent: PaymentComponent;
|
||||
@ViewChild(TaxInfoComponent, { static: true }) taxInfoComponent: TaxInfoComponent;
|
||||
|
||||
@Input() currentType?: PaymentMethodType;
|
||||
@Input() organizationId: string;
|
||||
|
||||
Reference in New Issue
Block a user