How do I get the value from the select option in Angular 4?
I want to assign it to a new variable in the component.ts file. I\'ve tried this but outputs nothing.
You just need to put [(ngModel)] on your select element:
[(ngModel)]