npm security audit fixes (#1112)

* update angular libs

* audit fix

* fix code style

* remove rimraf dependency
This commit is contained in:
Denys Vuika
2019-05-17 15:14:23 +01:00
committed by GitHub
parent 9892580e29
commit 1928aa0b1b
18 changed files with 911 additions and 1020 deletions

View File

@@ -76,7 +76,7 @@
<adf-pagination acaPagination [target]="documentList"> </adf-pagination>
</div>
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
</div>
</aca-page-layout-content>