mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* add integration 2.0.0 test * update readme * add integration test in travis * restore tsconfig.dev * fix test script travis call * improve script * fix npm run test
13 lines
243 B
HTML
13 lines
243 B
HTML
<h3>Tasks</h3>
|
|
|
|
<a *ngIf="appId" md-button href="" routerLink="/apps/{{appId}}/start-process">
|
|
Start new process
|
|
</a>
|
|
|
|
<adf-tasklist
|
|
[appId]="appId"
|
|
state="open"
|
|
assignment="assignee"
|
|
(rowClick)="onRowClick($event)">
|
|
</adf-tasklist>
|