All Collections
Core concepts and using Mobiscroll
How to remove Mobiscroll from your project
How to remove Mobiscroll from your project

In this article you will find a step by step guide on how to remove/uninstall Mobiscroll from your project.

Zsombor Deak avatar
Written by Zsombor Deak
Updated over a week ago

Sometimes you just want to remove the files and start over. Here it goes:

Javascript

  1. Manually remove the Mobiscroll specific code form your app. 

  2. Delete the Mobiscroll related files from your project. 

Vue.js/Stencil.js

  1. Remove the Mobiscroll NPM package with the following command: npm uninstall @mobiscroll/javascript --save  

  2. Manually remove the Mobiscroll specific code form your app. 

jQuery/jQuery Mobile 

  1. Manually remove the Mobiscroll specific code form your app. 

  2. Delete the Mobiscroll related files from your project. 

Use the same steps for jQuery Mobile.

Angular

  1. Remove the Mobiscroll NPM package with the following command: npm uninstall @mobiscroll/angular --save 

  2. Remove the MbscModule import and related code from the .module.ts manually.

  3. Remove the mobiscroll style reference from the angular.json  file. 

Ionic 2/3

  1. Remove the Mobiscroll NPM package with the following command: npm uninstall @mobiscroll/angular --save  

  2. Remove the MbscModule  import and related code from the .module.ts  manually.

  3. Remove copy-mobiscroll-css.js  from the scripts  folder and delete the config (ionic_copy ) part from package.json.

Ioinc 4

  1. Remove the Mobiscroll NPM package with the following command: npm uninstall @mobiscroll/angular --save  

  2. Remove the MbscModule  import and related code from the .module.ts  manually.

  3. Remove the mobiscroll style reference from the angular.json  file. 

AngularJS/Ionic1

  1. Manually remove the Mobiscroll specific code form your app. 

  2. Delete the Mobiscroll related files from your project. 

Use the same steps with Ionic 1.

React

  1. Remove the Mobiscroll NPM package with the following command: npm uninstall @mobiscroll/react --save.

  2. Remove manually the Mobiscroll specific code form your app. 

Did this answer your question?