Skip to content

This Angular2+ project showcases a lightweight, reusable carousel library component, with async loading and placeholder content during the data fetch.

Notifications You must be signed in to change notification settings

francesco-gallo/angular-carousel

Repository files navigation

AngularCarousel

Demo
(Click the video to get a higher resolution demo)

This project showcases the usage of the simple-carousel library, loading random images from the internet.

Usage

Launch npm install, then ng serve, and navigate to http://localhost:4200

SimpleCarousel

This library implements a simple carousel that fetch data through a (chunkSize: number) => Promise<CardModel[]> method.

The widgets are reused; this means that the carousel won't create any widget that can't be viewed by the user, keeping it lightweight.

There are no external dependencies.

About

This Angular2+ project showcases a lightweight, reusable carousel library component, with async loading and placeholder content during the data fetch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published