mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
609 B
609 B
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Form List Component | v2.0.0 | Active | 2018-11-20 |
Form List Component
Shows forms as a list.
Basic Usage
<adf-form-list
[forms]="[{ name: 'My Name', lastUpdatedByFullName: 'My User Name', lastUpdated: '2017-06-01'}]">
</adf-form-list>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| forms | any[] |
[] | The array that contains the information to show inside the list. |