I\'m new to Angular 2 and am looking for a way to implement a good tab touch swipe navigation for mobile users with a swipe transition to the next tab view.
So far I
You can use HammerJS to implement for touch actions, You can follow this plunker for example.
HammerJS
Include hammer.js file
or
npm install hammerjs --save
For browser touch support with hammerjs, include