79303235

Date: 2024-12-23 13:37:08
Score: 1
Natty:
Report link

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 "
>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: parsalemi