just use [href] attribute. if it's internal (for example) it will be localhost:1111/(any custom route)/internalLink. if it's external it will not be localhost:1111/external. instead it's externalLink.
<a
[href]="!component?.external ? '../(cutom_route)'+ internalLink : externalLink "
>