@rowantervelde/ng2-carousel
v0.1.0-alpha.2
Published
RTV - Angular 2 Carousel component
Downloads
4
Maintainers
Readme
rtv-carousel
CarouselComponent
is a carousel component.
Not Yet Implemented
Usage
Setup
Importing the module:
@NgModule({
imports: [CarouselModule],
...
})
export class MyAppModule { }
Basic Usage
<rtv-carousel></rtv-carousel>