diff --git a/docs/en/UI/Angular/Extensions-Overall.md b/docs/en/UI/Angular/Extensions-Overall.md new file mode 100644 index 0000000000..6d0a35b948 --- /dev/null +++ b/docs/en/UI/Angular/Extensions-Overall.md @@ -0,0 +1,10 @@ +## Angular UI Extensions + +Angular UI extensions system allows you to add a new action to the actions menu, a new column to the data table, a new action to the toolbar of a page, and add a new field to the create and/or edit forms. + +See the documents below for the details: + +* [Entity Action Extensions](https://docs.abp.io/en/abp/latest/UI/Angular/Entity-Action-Extensions) +* [Data Table Column (or Entity Prop) Extensions](https://docs.abp.io/en/abp/latest/UI/Angular/Data-Table-Column-Extensions) +* [Page Toolbar Extension](https://docs.abp.io/en/abp/latest/UI/Angular/Page-Toolbar-Extensions) +* [Dynamic Form (or Form Prop) Extensions](https://docs.abp.io/en/abp/latest/UI/Angular/Dynamic-Form-Extensions)