angular version 20 upgraded

This commit is contained in:
arfat qureshi
2025-10-31 13:34:16 +05:30
parent 02842c7a96
commit 9e99e4b1c9
271 changed files with 7131 additions and 23023 deletions

View File

@@ -1,6 +1,7 @@
import { Component, OnInit } from '@angular/core';
@Component({
standalone: false,
selector: 'app-auth',
templateUrl: './auth.component.html',
})