mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
7 lines
216 B
HTML
7 lines
216 B
HTML
<div class="activiti-form-viewer" *ngIf="nodeId">
|
|
<activiti-form [nodeId]="nodeId"
|
|
[saveMetadata]="true"
|
|
[path]="'/Sites/swsdp/documentLibrary'">
|
|
</activiti-form>
|
|
</div>
|