mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 10 additions and 0 deletions
@ -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) |
|||
Loading…
Reference in new issue