add route

This commit is contained in:
Rajnikant Lodhi
2022-07-19 17:56:31 +05:30
parent 8c444059ad
commit 3bbd755d0a
2 changed files with 21 additions and 17 deletions

View File

@ -27,8 +27,7 @@
<mat-icon>settings_applications</mat-icon>
<span>Template preferences</span>
</button>
<button mat-menu-item>
<!-- [routerLink]="['/controller', controller.id, 'image-manager']" -->
<button mat-menu-item (click)="goToImageManager()">
<mat-icon>collections</mat-icon>
<span>Image manager</span>
</button>