I\'m having a problem using the HammerJS with Angular2. I have a carousel (based on the bootstrap carousel with Angular2 event handlers) where I\'m listening to the swip
ionic with angular 9 do not forget to add in app.module.ts
import { HammerModule } from '@angular/platform-browser'; imports: [ ..., HammerModule, ],