File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22 < a *ngSwitchCase ="'external' "
33 [ngClass] ="getLinkClass() "
44 href ="{{item.url}} "
5- [appHtmlAttr] ="item.attributes ">
5+ [appHtmlAttr] ="item.attributes "
6+ [target] ="item.attributes.target ? item.attributes.target : '_self' ">
67 < i *ngIf ="helper.hasIcon(item) " [ngClass] ="item | appSidebarNavIcon "> </ i >
78 < ng-container > {{item.name}}</ ng-container >
89 < span *ngIf ="helper.hasBadge(item) " [ngClass] ="item | appSidebarNavBadge "> {{ item.badge.text }}</ span >
910 </ a >
1011 < a *ngSwitchDefault
1112 [ngClass] ="getLinkClass() "
1213 [appHtmlAttr] ="item.attributes "
14+ [target] ="item.attributes.target ? item.attributes.target : '_self' "
1315 [attr.disabled] ="isDisabled() "
1416 routerLinkActive ="active "
1517 [routerLink] ="[item.url] "
You can’t perform that action at this time.
0 commit comments