The jQuery UI selectable widget is a powerful tool.
https://jqueryui.com/selectable/
However, adding this widget to an angular project I suppose would be frowned upon as being against the "angular way". However, I have attempted to search extensively for an alternative plugin providing the same functionality as the selectable widget in both the jquery and the angular ecosystems, and I can find none. For example, the prominent Angular UI project has no such feature.
Am I missing something? Is there a pure javascript/css way to mimic the jQuery UI selectable widget that works across browsers, or is this yet another case where the best way to get the functionality is to ignore the "angular way" and include the jQuery UI widget?