Make components standalone
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user