Hi, I'm working on a web app that collects data from various sources and stores it into elastic search. Then I want to create different dashboards out of it. I'm thinking of flask in my back end and Angular in the front end. I want to know if there's a way to integrate kibana with angular so that I can create, edit and modify visualizations dynamically. Basically i want the webapp to open Kibana UI and provide same functions. I'm a beginner developer so I apologise if I got it wrong somewhere and any help is appreciated.
Thank you.