0.0.7 • Published 6 years ago

angular_simple_carousel v0.0.7

Weekly downloads
22
License
-
Repository
-
Last release
6 years ago

Carousel

This library was generated with Angular CLI version 7.2.0.

Usage

To use this library, import the module. import { CarouselModule } from 'angular_simple_carousel' in app module.

Add the imported module to angular in the imports array.

Add <gh-carousel></gh-carousel> to any template.

Add elements inside the above component.

<gh-carousel>
    <img src="image.png">
    <img src="image.png">
    <img src="image.png">
    <img src="image.png">
  </gh-carousel>

(This library is only about 1.6KB)

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago