Sometimes you just want to remove the files and start over. Here it goes:
Javascript
- Manually remove the Mobiscroll specific code form your app.
- Delete the Mobiscroll related files from your project.
Vue.js/Stencil.js
- Remove the Mobiscroll NPM package with the following command:
npm uninstall @mobiscroll/javascript --save
- Manually remove the Mobiscroll specific code form your app.
jQuery/jQuery Mobile
- Manually remove the Mobiscroll specific code form your app.
- Delete the Mobiscroll related files from your project.
Use the same steps for jQuery Mobile.
Angular
- Remove the Mobiscroll NPM package with the following command:
npm uninstall @mobiscroll/angular --save
- Remove the
MbscModule
import and related code from the.module.ts
manually. - Remove the mobiscroll style reference from the
angular.json
file.
Ionic 2/3
- Remove the Mobiscroll NPM package with the following command:
npm uninstall @mobiscroll/angular --save
- Remove the
MbscModule
import and related code from the.module.ts
manually. - Remove
copy-mobiscroll-css.js
from thescripts
folder and delete the config (ionic_copy
) part frompackage.json
.
Ioinc 4
- Remove the Mobiscroll NPM package with the following command:
npm uninstall @mobiscroll/angular --save
- Remove the
MbscModule
import and related code from the.module.ts
manually. - Remove the mobiscroll style reference from the
angular.json
file.
AngularJS/Ionic1
- Manually remove the Mobiscroll specific code form your app.
- Delete the Mobiscroll related files from your project.
Use the same steps with Ionic 1.
React
- Remove the Mobiscroll NPM package with the following command:
npm uninstall @mobiscroll/react --save
. - Remove manually the Mobiscroll specific code form your app.