I wrote the following code :
<a target="_blank" *ngIf="value.url" [href]="value.url">{{value.data | translate | removeHTMLTags }}</a>
My expection is to open the new entity on the new tab.
I checked the value.url and is: /#/inquiry/5452
when i click on it, it seem not clickable.
what im doing wrong?
im using Angular 8