[NG] Use <a> tags instead of <Link>
See original GitHub issueDesired Situation
In SocialLinks component use <a>
tags instead of <Link>
for all the links
[Optional] Alternatives
[Optional] Additional context
Contributor Resources
The layer5
repo contains two websites. The current generation and the next-generation of the layer5.io site.
If the layer5-ng
label is absent on this issue, then this issue pertains to the current generation of the layer5.io website, which uses Jekyll and GitHub Pages. Site content is found under the master
branch.
If the layer5-ng
label is present on this issue, then this issue pertains to the next-generation of the layer5.io website, which uses Gatsby, Strapi, and GitHub Pages. Site content is found under the layer5-ng
branch.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Passive Link in Angular 2 - <a href=""> equivalent
I am using this workaround with css: /*** Angular 2 link without href ***/ a:not([href]){ cursor: pointer; -webkit-user-select: none; -moz-user-select: none ...
Read more >Dealing with styling of "a" tags (with or without hrefs?) #142
I'm wary about the anchor tag due to the prior routing issues, and problems with nesting buttons under an anchor tag, which some...
Read more >What is href in Angular? - Educative.io
href is a tag that is used to route the user to different web pages. href allows users to visit an external website...
Read more >Angular ng-href Directive - W3Schools
The ng-href directive overrides the original href attribute of an <a> element. The ng-href directive should be used instead of href if you...
Read more ><a> tags not working - Google Groups
The app is very simple and 99% working. The only problem is that one page has perfectly good looking <a> tags with correct...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Excellent. Good of you to jump in, @thadanipaarth. 👍
@thadanipaarth please go ahead