UNPKG

@rowantervelde/ng2-carousel

Version:

RTV - Angular 2 Carousel component

24 lines (17 loc) 307 B
# rtv-carousel `CarouselComponent` is a carousel component. ## Not Yet Implemented ## Usage ### Setup Importing the module: ```ts @NgModule({ imports: [CarouselModule], ... }) export class MyAppModule { } ``` ### Basic Usage ```html <rtv-carousel></rtv-carousel> ```