File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,18 @@ import { Router } from "@angular/router";
3131
3232 <ng-template #sidenavItemRouterTpl>
3333 <a
34+ [attr.title]="title ? title : null"
3435 [routerLink]="route"
36+ [relativeTo]="routeExtras?.relativeTo"
37+ [queryParams]="routeExtras?.queryParams"
38+ [fragment]="routeExtras?.fragment"
39+ [queryParamsHandling]="routeExtras?.queryParamsHandling"
40+ [preserveFragment]="routeExtras?.preserveFragment"
41+ [skipLocationChange]="routeExtras?.skipLocationChange"
42+ [replaceUrl]="routeExtras?.replaceUrl"
43+ [state]="routeExtras?.state"
3544 routerLinkActive="cds--side-nav__item--active"
36- (click)="navigate($event)"
3745 ariaCurrentWhenActive="page"
38- [attr.title]="title ? title : null"
3946 class="cds--side-nav__link">
4047 <ng-template [ngTemplateOutlet]="sidenavItemContentTpl"></ng-template>
4148 </a>
You can’t perform that action at this time.
0 commit comments