mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[no-issue] remove viewChildren use (#3116)
* remove viewChildren component use in lib and demoshell * Update trashcan.component.ts * Update trashcan.component.ts
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
||||
<adf-start-form *ngIf="hasStartForm()"
|
||||
<adf-start-form
|
||||
#startForm
|
||||
*ngIf="hasStartForm()"
|
||||
[data]="values"
|
||||
[disableStartProcessButton]="!hasProcessName()"
|
||||
[processDefinitionId]="selectedProcessDef.id"
|
||||
|
Reference in New Issue
Block a user