Step 1. Install the Mobiscroll CLI from npm (you might need sudo access).
npm install -g @mobiscroll/cli
Step 2. Run the config command in the root folder of the Ionic project.
You will be prompted to log in with your mobiscroll account.
If you don't have an app, create a starter for Ionic with Mobiscroll run $ mobiscroll start ionic-angular myStarterApp.
$ mobiscroll config ionic
Step 3. Add a mobiscroll component to one of your pages and run the app.
If you're using an ionic starter, you can add it to src/pages/home/home.html:
Step 1. Install the Mobiscroll CLI from npm (you might need sudo access).
Step 2. Run the config command in the root folder of the Ionic project.
You will be prompted to log in with your mobiscroll account. If you don't have an app, create a starter for Ionic with Mobiscroll run
$ mobiscroll start ionic-angular myStarterApp.
Step 3. Add a mobiscroll component to one of your pages and run the app.
If you're using an ionic starter, you can add it to
src/pages/home/home.html:
Run ionic serve in your project root folder.
MOBISCROLL