[ACA-1607][ACA-1985] Leave library action (#824)

* [ACA-1607] leave library action

* [ACA-1607] confirm leave action

* [ACA-1607] confirm leave action

* [ACA-1607] remove comment
This commit is contained in:
Suzana Dirla
2018-11-23 16:23:26 +02:00
committed by Denys Vuika
parent 62e33efbd0
commit 13db4fb339
9 changed files with 114 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ export class LibrariesComponent extends PageComponent implements OnInit {
this.subscriptions.push(
this.content.libraryDeleted.subscribe(() => this.reload()),
this.content.libraryUpdated.subscribe(() => this.reload()),
this.content.libraryLeft.subscribe(() => this.reload()),
this.breakpointObserver
.observe([Breakpoints.HandsetPortrait, Breakpoints.HandsetLandscape])