I am having an angular application that I need to add in kibana as a plugin. Is it possible to do it in kibana? I am able to create a plugin in react but not getting any useful link or documentation to create and add a plugin in kibana with angular 2 and above version.
Any help.
Kibana plugins don't use any web frameworks, and allow you to register your application in any way that you need based on a DOM element. There is nothing specific to angular in our plugin system.
Thanks for your reply I just want to ask one simple question Suppose I am having angular 7 application is it possible to use that application as a plugin in kibana. If yes can u please share any documentation.
It should be possible. We do not provide documentation about building plugins using specific frameworks.