Frontend better handle slow backend requests

This commit is contained in:
shamoon
2023-08-22 22:11:53 -07:00
parent 206538daa3
commit c80c3b3374
13 changed files with 133 additions and 56 deletions

View File

@@ -185,7 +185,7 @@ export class DocumentListComponent
}
ngOnDestroy() {
// unsubscribes all
this.list.cancelPending()
this.unsubscribeNotifier.next(this)
this.unsubscribeNotifier.complete()
}