# 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>
```