ngOnInit(): void { this.match$ = this.route.paramMap.pipe( switchMap((params: ParamMap)=> this.matchservice.getById(params.get(\'id\')) ) ); t
ngOnInit(): void { this.match$ = this.route.paramMap.pipe( switchMap((params: ParamMap)=> this.matchservice.getById(params.get(\'id\')) ) );
t