Integrating Angular 6 components into Grafana plugin

I’m trying to create a Grafana plugin and integrate an Angular 6 component into it?
Also, can we implement the plugin using angular 6 ? or can we export angular components using angular elements as a web components and include them in the plugin
I know recently with react we can create plugin with (grafana/ui) npm package, but looks like it’s in alpha version.

Hey @torkel, can you please help me answer this question?

I’m interested in this answer. In general, I’m wondering if it’s possible to use component from other frameworks (like in this case angular 6) or are we limited to only react based ones?

Angular elements should work as they’re web components, but I can’t find any examples on the web.

I’m interested in the answer too!!!