10-19-2022 09:32 AM
I would like to be able to manage the visibility of a component depending on the group with which I access for example in a list item like:
<adf-sidenav-layout-navigation>
<ng-template let-isMenuMinimized="isMenuMinimized">
<mat-nav-list class="adf-sidenav-linklist">
<a mat-list-item class="adf-sidenav-link" routerLink="/conservazione">
<div class="sidenav-menu-label" *ngIf="!isMenuMinimized()">Conservazione</div>
</a>
</mat-nav-list>
</ng-template>
</adf-sidenav-layout-navigation>Explore our Alfresco products with the links below. Use labels to filter content by product module.