> For the complete documentation index, see [llms.txt](https://trumandu.gitbook.io/kibana-plugin-development-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trumandu.gitbook.io/kibana-plugin-development-tutorial/gao-ji-jin-jie/angularjsjia-gou-cha-jian-kai-fa.md).

# Angularjs架构插件开发

## 选型前必看

通过查看kibana源码，发现很多组件都迁移成react组件，并且官网的文档也在推荐使用react来开发插件。建议大家在选型之前和官网文档保持一致，采用react写相应的插件。

## 实现

参考教程《app插件案例》

## 参考

1. [Angular to React Migration](https://github.com/elastic/kibana/issues/10271)
