Hi Saquib,
This is a common error that is displayed when
hammerjs is not loaded.
As far as I understand, you have installed Hammer.js npm package and imported it in a component typescript file. However the import has to be done in
appModule as shown in the following sample plunker:
http://plnkr.co/edit/6RKIneFvEwPaPhzs35WD?p=preview
In
app/app.module.ts I have the following:
I hope this helps.
Regards,
Svetlin
Progress Telerik