Browse Source

add extensions overall document for angular ui

pull/10323/head
Mehmet Erim 5 years ago
committed by GitHub
parent
commit
58e946c601
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      docs/en/UI/Angular/Extensions-Overall.md

10
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)
Loading…
Cancel
Save