InterviewSolution
Saved Bookmarks
| 1. |
What is HammerJS in Angular 2? |
|
Answer» It is a famous LIBRARY that helps you add AID for contact gestures (e.g. rotate, swipe, pan, zoom ) to your page. We will enhance a swipe-able card. Angular 2 presents a TOKEN known as HAMMER_GESTURE_CONFIG which ACCEPTS a HammerGestureConfig type. How to install HammerJSnpm install hammerjs --save |
|