mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-6071] documentation fixes for process lib (#8943)
* doc and api fixes * doc fixes * fix docs * code fixes * typo fixes
This commit is contained in:
@@ -67,12 +67,6 @@ export class ProcessInstanceDetailsComponent implements OnChanges {
|
||||
|
||||
processInstanceDetails: ProcessInstance;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param activitiProcess Process service
|
||||
* @param logService
|
||||
*/
|
||||
constructor(private activitiProcess: ProcessService, private logService: LogService) {}
|
||||
|
||||
ngOnChanges(changes: SimpleChanges) {
|
||||
|
Reference in New Issue
Block a user