[ADF-1768] Process list - The columns must be localisable (#2515)

* Rename processlist.component.ts to process-list.component.ts
Rename processlist.component.md to process-list.component.md

* Add a root scope ADF_PROCESS_LIST into the json file
Remove the hardcoded string from the component and use keys
Refactoring json structure

* Fix unit test
This commit is contained in:
Maurizio Vitale
2017-10-20 17:36:57 +02:00
committed by Eugenio Romano
parent 9ce0cd45e8
commit c2cafaa648
27 changed files with 1166 additions and 1183 deletions

View File

@@ -20,8 +20,8 @@ This component renders a list containing all the process instances matched by th
**app.component.html**
```html
<adf-process-instance-list
[appId]="'1'"
<adf-process-instance-list
[appId]="'1'"
[state]="'open'">
</adf-process-instance-list>
```