angular_simple_carousel
v0.0.7
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
Downloads
4
Readme
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)