mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
npm security audit fixes (#1112)
* update angular libs * audit fix * fix code style * remove rimraf dependency
This commit is contained in:
@@ -56,7 +56,7 @@ import { ContentManagementService } from '../../../services/content-management.s
|
||||
: ('APP.ACTIONS.JOIN' | translate)
|
||||
"
|
||||
>
|
||||
<mat-icon *ngIf="(membership.isJoinRequested | async)">cancel</mat-icon>
|
||||
<mat-icon *ngIf="membership.isJoinRequested | async">cancel</mat-icon>
|
||||
<mat-icon
|
||||
*ngIf="!(membership.isJoinRequested | async)"
|
||||
svgIcon="adf:join_library"
|
||||
|
@@ -44,7 +44,7 @@ import { ToggleJoinLibraryButtonComponent } from './toggle-join-library-button.c
|
||||
: ('APP.ACTIONS.JOIN' | translate)
|
||||
"
|
||||
>
|
||||
<mat-icon *ngIf="(membership.isJoinRequested | async)">cancel</mat-icon>
|
||||
<mat-icon *ngIf="membership.isJoinRequested | async">cancel</mat-icon>
|
||||
<mat-icon
|
||||
*ngIf="!(membership.isJoinRequested | async)"
|
||||
svgIcon="adf:join_library"
|
||||
|
Reference in New Issue
Block a user