An Angular gallery sample that displays cat images in a sliding carousel.
- Fetches cat images from an external API
- Displays the images in a Swiper slider
- Includes autoplay, navigation, and pagination
- Shows loading and error states
Install dependencies:
npm installStart the development server:
npm startOpen http://localhost:4200/ in your browser.
npm run buildnpm test