Posts by Ivo • 1 point
1 post
-
-2
votes1
answer40
viewsQ: How to take the current value of a select with angular
import { MatchService } from './../match.service'; import { Router } from '@angular/router'; import { Component, OnInit } from '@angular/core' import { Match } from '../match.model'; import…