Topic: MDB PRO - Npm
aganeto free asked 5 years ago
I have installed MDB in my angular PRO: npm i --save angular-bootstrap-md
However I believe I am installing the free version. Since I bought the license, how would I install it ?
Also, to be updated every time you guys launch a new version, how to update my project ?
Thx
Arkadiusz Idzikowski staff answered 5 years ago
We explained how to install MDB Angular Pro version in our quick start guide (npm install section, PRO tab): https://mdbootstrap.com/docs/angular/getting-started/quick-start/
You need to create your private gitlab token and use it with following command:
npm install git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git --save
To update your version after new release, you just need to run npm install command again (or just reinstall ng-uikit-pro-standard package).
It is also possible to install only specific version if for some reason you don't want to update. For example v8.4.0:
npm install git+https://oauth2:YOUR_TOKEN@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git#8.4.0 --save
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.4.0
- Device: all
- Browser: all
- OS: all
- Provided sample code: No
- Provided link: No