refactor: update imports and type definitions in services
Some checks failed
Some checks failed
This commit is contained in:
parent
d3b7e7d5e7
commit
e37dcecd3f
4 changed files with 12 additions and 10 deletions
|
@ -17,7 +17,7 @@ import {
|
|||
import { FormControl, FormGroup, ReactiveFormsModule, Validators } from '@angular/forms';
|
||||
import { loadStripe, Stripe } from '@stripe/stripe-js';
|
||||
import { debounceTime } from 'rxjs';
|
||||
import { NgIf } from '@angular/common';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import gsap from 'gsap';
|
||||
import { DepositService } from '@service/deposit.service';
|
||||
import { environment } from '@environments/environment';
|
||||
|
@ -26,7 +26,7 @@ import { ModalAnimationService } from '@shared/services/modal-animation.service'
|
|||
@Component({
|
||||
selector: 'app-deposit',
|
||||
standalone: true,
|
||||
imports: [ReactiveFormsModule, NgIf],
|
||||
imports: [ReactiveFormsModule, CommonModule],
|
||||
templateUrl: './deposit.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue