Update angular to 19

This commit is contained in:
2025-08-09 20:19:33 +02:00
parent 425742a7db
commit e2494197cd
20 changed files with 1731 additions and 1613 deletions

View File

@@ -3,14 +3,13 @@ import {MatAnchor} from "@angular/material/button";
import {RouterLink} from "@angular/router";
@Component({
selector: 'player-link',
standalone: true,
imports: [
MatAnchor,
RouterLink
],
templateUrl: './player-link.component.html',
styleUrl: './player-link.component.scss'
selector: 'player-link',
imports: [
MatAnchor,
RouterLink
],
templateUrl: './player-link.component.html',
styleUrl: './player-link.component.scss'
})
export class PlayerLinkComponent implements OnInit {