mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1805] added some peer review changes and documentation changes (#2669)
* [ADF-1805] added some peer review changes and documentation changes
* Revert "[ADF-1805] added some peer review changes and documentation changes"
This reverts commit c132ee61ee
.
* [ADF-1805] fixed documentation and added previous page load on empty page
This commit is contained in:
@@ -155,7 +155,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
||||
preview: EventEmitter<NodeEntityEvent> = new EventEmitter<NodeEntityEvent>();
|
||||
|
||||
@Output()
|
||||
ready: EventEmitter<any> = new EventEmitter();
|
||||
ready: EventEmitter<NodePaging> = new EventEmitter();
|
||||
|
||||
@Output()
|
||||
error: EventEmitter<any> = new EventEmitter();
|
||||
|
Reference in New Issue
Block a user