fad
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CdkScrollableModule } from '@angular/cdk/scrolling';
|
||||
import { CurrencyPipe } from '@angular/common';
|
||||
import { Component, ElementRef, ViewChild, inject, signal, computed } from '@angular/core';
|
||||
import { Component, inject, signal, computed } from '@angular/core';
|
||||
import { form, FormField } from '@angular/forms/signals';
|
||||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { MAT_DIALOG_DATA, MatDialogRef, MatDialogModule } from '@angular/material/dialog';
|
||||
@@ -38,7 +38,6 @@ export interface ReceivePaymentFormData {
|
||||
],
|
||||
})
|
||||
export class ReceivePaymentComponent {
|
||||
@ViewChild('son', { static: true }) son?: ElementRef;
|
||||
private ser = inject(SettleOptionService);
|
||||
dialogRef = inject<MatDialogRef<ReceivePaymentComponent>>(MatDialogRef);
|
||||
data = inject<{
|
||||
|
||||
Reference in New Issue
Block a user