--- Title: Form List Component Added: v2.0.0 Status: Active Last reviewed: 2018-11-20 --- # [Form List Component](../../lib/core/form/components/form-list.component.ts "Defined in form-list.component.ts") Shows forms as a list. ## Basic Usage ```html ``` ## Class members ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | | forms | `any[]` | \[] | The array that contains the information to show inside the list. |