0👍
✅
Your problem should get solved, if you define a change
event handler on your select
element as follows.
<select (change)="chartType($any($event.target).value)">
Please take a look at this StackBlitz and see how it works.
Source:stackexchange.com