I have a link and would like to add the rel=nofollow only on specific link.
rel=nofollow
It is possible to do that with Angular?
[rel]="i ? 'nofollow' : null
Basically, When using the null value, the tag will just be ignored.
null