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:
@@ -123,6 +123,8 @@ export class ContentWidgetComponent implements OnChanges {
|
||||
|
||||
/**
|
||||
* Invoke content download.
|
||||
*
|
||||
* @param content content link model
|
||||
*/
|
||||
download(content: ContentLinkModel): void {
|
||||
this.processContentService.getFileRawContent(content.id).subscribe(
|
||||
|
Reference in New Issue
Block a user