We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2e62 commit 7fb6821Copy full SHA for 7fb6821
projects/coreui/angular/src/lib/sidebar/app-sidebar-nav/app-sidebar-nav-link.component.html
@@ -2,8 +2,7 @@
2
<a *ngSwitchCase="'external'"
3
[ngClass]="getLinkClass()"
4
href="{{item.url}}"
5
- [appHtmlAttr]="item.attributes"
6
- [target]="item.attributes.target ? item.attributes.target : '_self'">
+ [appHtmlAttr]="item.attributes">
7
<i *ngIf="helper.hasIcon(item)" [ngClass]="item | appSidebarNavIcon"></i>
8
<ng-container>{{item.name}}</ng-container>
9
<span *ngIf="helper.hasBadge(item)" [ngClass]="item | appSidebarNavBadge">{{ item.badge.text }}</span>
0 commit comments