Hello Peter,
I have used the above example to implement drop down column in my Angular 2 project. When I try to change the options from the drop=down, I get the below error, for some reason.
:1 Uncaught ReferenceError: selectionChanged is not defined
at HTMLSelectElement.onchange
I tried putting the selectionChanged function inside construction and outside as well in the component.ts file, but get the same error for both. Can you please direct me to how to use these html functions equivalent into typesecript component file? Kind of stuck on this for sometime now!
thank you,
Omnisri