build(package.json): update Angular dependencies to 19.2.2
Some checks failed
Some checks failed
This commit is contained in:
parent
ce7c30b9ae
commit
d285297ede
10 changed files with 596 additions and 430 deletions
|
@ -8,11 +8,10 @@ import { ConfirmationComponent } from '../../shared/components/confirmation/conf
|
|||
import { ActivatedRoute } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-homepage',
|
||||
standalone: true,
|
||||
imports: [NavbarComponent, CurrencyPipe, NgFor, DepositComponent, ConfirmationComponent],
|
||||
templateUrl: './home.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
selector: 'app-homepage',
|
||||
imports: [NavbarComponent, CurrencyPipe, NgFor, DepositComponent, ConfirmationComponent],
|
||||
templateUrl: './home.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export default class HomeComponent implements OnInit {
|
||||
isDepositModalOpen = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue