Topic: I have an existing app with mdbootstrap free version installed using ng add angular-bootstrap-md. How can I upgrade the app to use pro version without starting from scratch?
tusharvaish free asked 5 years ago
Expected behavior
Actual behavior
Resources (screenshots, code snippets etc.)
Arkadiusz Idzikowski staff answered 5 years ago
You need to remove angular-bootstrap-md package from your package.json and install the ng-uikit-pro-standard package (which is the name of package for MDB Angular Pro).
After that you need to update the content of your app.module.ts
and angular.json
files. Please take a look at our quick start guide and follow the instructions from the 'PRO' tab:
https://mdbootstrap.com/docs/angular/getting-started/quick-start/#npm-installation
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.7.0
- Device: macbook
- Browser: visual studio code
- OS: mac OS Mojave
- Provided sample code: No
- Provided link: No