Angular Carousel Scrolling Issue: Cards Not Moving on Swipe
I’m building a frontend interface for my anime API, so I used FetchApiDataService to fetch the anime list. I arranged all the anime in cards, and my idea was to implement a “carousel” due to the large number of anime. I set it up to show 5 cards at a time, with the remaining cards appearing when the user scrolls (using mouse or finger) or clicks the buttons to the left or right.