AnguHashBlog / angular

🅰 Angular Blog Integration Template: Seamlessly connects to Hashnode's APIs, effortlessly fetching and integrating your blog data. Compatible with any Hashnode blog.
https://angular.anguhashblog.com/
MIT License
3 stars 0 forks source link

Fix use `[routerLink]` in `posts` and `series` - not click event #30

Closed samplelittlered closed 6 months ago

samplelittlered commented 6 months ago

Describe the solution you'd like

jhonacs2 commented 6 months ago

@samplelittlered @monacodelisa I was checking the code and well i changed the click of html and now it works perfectly, we have the option to open a new post in a new tab. image I tested it and it is working perfectly, what do you think? or is there a scenario that is not being considered?

monacodelisa commented 6 months ago

@jhonacs2 yes I think that was it, I assigned it to you, please apply it on the posts page and on the series page. And one more tiny thing since you are there - you see how there is a space before the comma on [post ,post.slug], please if you can make sure the space is after the comma like this [post, post.slug] in both places, thank you for lookin into it :)