From 16266cdcf2ecea82e8516ccf7971560c4177b55c Mon Sep 17 00:00:00 2001 From: Matthew Lothian Date: Thu, 9 Nov 2017 16:49:57 -0200 Subject: [PATCH] Added Hammerjs include for carousel component --- src/ngx-carousel/ngx-carousel.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ngx-carousel/ngx-carousel.component.ts b/src/ngx-carousel/ngx-carousel.component.ts index 5aaf089..639efaa 100644 --- a/src/ngx-carousel/ngx-carousel.component.ts +++ b/src/ngx-carousel/ngx-carousel.component.ts @@ -26,6 +26,7 @@ import { import { NgxCarousel, NgxCarouselStore } from './ngx-carousel.interface'; import { Subscription } from 'rxjs/Subscription'; +import * as Hammer from 'hammerjs' @Component({ // tslint:disable-next-line:component-selector