I need for the same anchor link to be pointed conditionally locally or to external resource. I tried
For a conditional href, prepending on attr. before the href worked for me using null as a value, like this:
[attr.href]="!item.subMenu ? item.url : null"