I'll demonstrate how to swipe the ion segment using ion slide
- Download the installer for Node LTS.
- Install the Ionic CLI globally
npm install -g @ionic/cli
- Clone this repository
git clone https://github.com/bhuvaneshcj/ionic-angular-swipeable-segment.git
. - Run
npm install
from the project root. - Run
ionic serve
in a terminal from the project root.