ngOnInit(): void {
    this.route.params.subscribe(({ year, id }) => {
      this.year = year;
      this.matchId = id;