Update to Angular v19

This commit is contained in:
Sercan Yemen
2024-12-29 12:23:56 +03:00
parent 4f0980a8ce
commit 6c16c23e17
277 changed files with 2733 additions and 2279 deletions

View File

@@ -6,7 +6,6 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
@Component({
selector: 'jwt',
templateUrl: './jwt.html',
standalone: true,
imports: [MatIconModule, MatButtonModule],
})
export class JwtComponent {