0.0.7 • Published 5 years ago

angular_simple_carousel v0.0.7

Weekly downloads
22
License
-
Repository
-
Last release
5 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

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago