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.
HTML code
{{corporation.corp_name}} Submit
Component code
HelloCorp(corporation) { var corporationObj = corporation.value; }