LmnExternalLinkDirective
DeprecatedUse
directive instead. Will be removed in v1.0.0.
lmnLink This directive replaces the href attribute if lmnExternalLink input is valued.
It is useful in those cases where a href or routerLink attribute must be added programmatically.
e.g <a [lmnExternalLink]="isExternal ? item.url : null" [routerLink]="!isExternal '' ? item.route : null"
Link
Decorators: |
|
Selectors: | [ |
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
lmnExternalLink r |
| The URL to navigate to when the link is clicked. |