#878 doc and demo documentlist

This commit is contained in:
Mario Romano
2016-11-09 00:48:44 +00:00
parent e778940f94
commit cf0b0c5974
9 changed files with 162 additions and 104 deletions

View File

@@ -103,10 +103,10 @@ Follow the 3 steps below:
The component shows a Form from Activiti
```html
<analytics-report-list></analytics-report-list>
<activiti-form [taskId]="taskId"></activiti-form>
```
Example of an App that use Activiti Analytics List component :
Usage example of this component :
**main.ts**
```ts