I have a vision for my website in mind - a stunning slideshow with a sleek navigation bar at the top. The idea is to have each slide represent a different category or concept, all uniquely customized with their own HTML page. However, I'm facing a challenge trying to incorporate these HTML pages into a functional slideshow format.
One option I considered is utilizing AngularJS routing to make it happen. This way, I can seamlessly navigate through the slides without solely relying on the navigation bar. But I want it to be more interactive like a carousel where users can easily flick through the slides.
My main query is: Is AngularJS routing the ideal solution for achieving this? If so, how can I integrate it with a dynamic carousel like Slick? Alternatively, I welcome any suggestions on alternative approaches to make my vision a reality.
Appreciate any advice or insights shared. Thank you!