How to add a new angularJS dependency in kibana

hi all,i want to add a new AngularJS dependency in kibana how can i add it??

@Sagar_Muthuku I'm not sure what you mean. I'm going to make a guess that you're attempting to write a Kibana plugin. If so, your plugin's dependencies should be independent of Kibana's underlying dependencies. So, you should be able to bake in whatever Angular version you need for your own plugin without affecting the underlying Kibana codebase.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.