I want to integrate pinch gesture on a square div.
Problem, when I run it locally, npm start fails. I've managed to start it on Angular 10 through ng update. Then the library no longer works.
ng update @angular/cli @angular/core
-
- what is causing the issue (pinch event not working locally in angular 10) ?
-
- any hint to debug live js events?