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)