mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
npm security audit fixes (#1112)
* update angular libs * audit fix * fix code style * remove rimraf dependency
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user