Make components standalone

This commit is contained in:
Michel ten Voorde
2025-08-26 15:54:40 +02:00
parent d6de1c43fb
commit 27e90ceb17
17 changed files with 139 additions and 121 deletions

View File

@@ -15,6 +15,7 @@ import {MatSnackBar} from "@angular/material/snack-bar";
FormsModule
],
templateUrl: './tournament-players.component.html',
standalone: true,
styleUrl: './tournament-players.component.scss'
})
export class TournamentPlayersComponent implements OnInit {