Angular 6 - <a> href gets appended to base url
问题 I have a list of users displayed in the table and each users has link which is displayed and can be navigated to. <div class="inline-icon-text"> <small class="text-muted d-md-none mr-3">Link</small> <a [attr.href]="candidate.url" target="_blank" [title]="candidate.url"> <i class="material-icons">open_in_new</i> </a> </div> Problem is, when I inspect link element it points to correct address but after clicking on it gets appended to app base url. <a _ngcontent-c15="" target="_blank" href="www