mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix document list viewchild pointer in demo shell (#3000)
This commit is contained in:
@@ -135,7 +135,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
|
|||||||
@Output()
|
@Output()
|
||||||
deleteElementSuccess: EventEmitter<any> = new EventEmitter();
|
deleteElementSuccess: EventEmitter<any> = new EventEmitter();
|
||||||
|
|
||||||
@ViewChild(DocumentListComponent)
|
@ViewChild('documentList')
|
||||||
documentList: DocumentListComponent;
|
documentList: DocumentListComponent;
|
||||||
|
|
||||||
@ViewChild(PaginationComponent)
|
@ViewChild(PaginationComponent)
|
||||||
|
Reference in New Issue
Block a user