[ADF-2463] Moved doc files to subfolders (#3073)

This commit is contained in:
Andy Stark
2018-03-13 17:29:07 +00:00
committed by Eugenio Romano
parent 766bb082f5
commit 6dc758889f
34 changed files with 103 additions and 105 deletions

View File

@@ -0,0 +1,21 @@
---
Added: v2.0.0
Status: Active
---
# Form List Component
Shows APS forms as a list.
## Basic Usage
```html
<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. |