We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f442959 commit 67295bfCopy full SHA for 67295bf
projects/components/src/link/link.component.ts
@@ -12,7 +12,7 @@ import { EMPTY, Observable } from 'rxjs';
12
<a
13
*htLetAsync="this.navData$ as navData"
14
class="ht-link"
15
- target="{{this.openInNewTab ? '_blank' : ''}}"
+ target="{{ this.openInNewTab ? '_blank' : '' }}"
16
rel="noopener noreferrer"
17
[ngClass]="{ disabled: this.disabled || !navData }"
18
[routerLink]="navData?.path"
0 commit comments