This library was generated with Angular CLI version 18.0.0.
This component allows for the creation of a WCAG compliant URL link that opens the link in a new browser window/tab.
After installing the NPM package, to use the component, first load the package into your modules file:
import { EctLinkModule } from 'ect-link';
Then add EctLinkModule into your imports array.
In your HTML template, to add a link that opens up the homepage for BBC News, use this:
<ect-link Href="https://news.bbc.co.uk"
Text="BBC News" />
- Href: Mandatory. HTTP URL.
- Text: Optional. Text description of the URL.
- onClick: Click action.
None
If you find some benefit from using this package, please consider the time it took to put this together, and why not buy me a coffee? Goodness only knows that most of us would not function without coffee. All donations very much welcomed: (https://www.buymeacoffee.com/exoduscloudtech)
The licence agreement for this paid component can be found here: (https://angular-grid.net/assets/licence/licence_agreement.txt)