fix document list viewchild pointer in demo shell (#3000)

This commit is contained in:
Eugenio Romano
2018-02-26 11:58:57 +00:00
committed by GitHub
parent b2eae9205c
commit bb4f17ace7

View File

@@ -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)