Custom eventhandler with Rxjs in Typescript
The project implements the core of a generic type custom event handler and attach a generic type option structure for a dropdown option list.
- npm install
- npm run build
- npm run event
- npm run selector
Change the SelectItem<K, V> to any interface to customize for personal needs.