How can we build a elastic-ui components using Angular?
The docs Libraries for developing modern search experiences | Elastic mention:
The underlying library powering Search UI can be used with any JavaScript framework and even vanilla JavaScript.
I saw the demo implementation using VueJs but the demo was referring to only @elastic/search-ui but not the actual components
Assuming w have to create new components in Angular using "Search Driver" only.
Appreciate any guidance?