0.0.3 • Published 3 years ago
ngx-link v0.0.3
NgxLink
A simple link component to improve your development time!
Technologies
Installing
Using npm:
$ npm install ngx-linkInput parameters
| Name | Type | Default | Description |
|---|---|---|---|
| link | string | empty | Your url link |
| isRouterLink | boolean | boolean | If link is a Router Link |
| isExternalLink | boolean | boolean | If link is an external link |
| descriptionLink | string | boolean | The title of link |
| classLink | string | empty | Class link |
Example
<lib-ngx-link link="https://www.google.com/"
classLink="my-custom-class"></lib-ngx-link>