Skip to content
Snippets Groups Projects
Commit 82eb90ed authored by Alex ORLUC's avatar Alex ORLUC
Browse files

hide back button in profile

parent 77240b3a
No related branches found
No related tags found
No related merge requests found
<mat-nav-list *ngIf="router.url != '/home' && router.url != '/about-us' && router.url != '/administration' && router.url.indexOf('/basketList') == -1"> <mat-nav-list *ngIf="router.url != '/home' && router.url != '/profile' && router.url != '/about-us' && router.url != '/administration' && router.url.indexOf('/basketList') == -1">
<a mat-list-item (click)="backClicked()"> <a mat-list-item (click)="backClicked()">
<mat-icon color="primary" mat-list-icon class="fa fa-chevron-left"></mat-icon> <mat-icon color="primary" mat-list-icon class="fa fa-chevron-left"></mat-icon>
<p mat-line> <p mat-line>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment