mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-1769] Added prop tables and fixed script * [ADF-1769] Corrected JSDoc formatting errors * [ADF-1769] Restored default column to prop tables
417 B
417 B
ADF Form List Component
Shows APS forms as a list.
Basic Usage
<adf-form-list
[forms]="[{ name: 'My Name', lastUpdatedByFullName: 'My User Name', lastUpdated: '2017-06-01'}]">
</adf-form-list>
Properties
Name | Type | Default value | Description |
---|---|---|---|
forms | any[] |
[] |
The array that contains the information to show inside the list. |