Angular seo friendly urls and page reload issue
How I can make seo friendly url like this, in backend I have node server. http://localhost:3003/my-new-mobile //product http://localhost:3003/my-new-category //category http://localhost:3003/my-first-blog-post // blog post I have tried something like this but it is not working.I will use only one controller for…