NES for Ngx-Bootstrap
A step-by-step guide for installing and configuring Never‑Ending Support (NES) for Ngx-Bootstrap in your Angular application, including detailed package configuration and version information.
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the Ngx-Bootstrap in your package.json
with the following
{
"dependencies": {
"ngx-bootstrap": "npm:@neverendingsupport/ngx-bootstrap@12.0.0-ngx-bootstrap-12.0.1"
},
"overrides": {
"ngx-bootstrap": { ".": "npm:@neverendingsupport/ngx-bootstrap@12.0.0-ngx-bootstrap-12.0.1" }
}
}
Create an .npmrc
file with the following
Replace <NES_ACCESS_TOKEN>
with your access token.
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Install your dependencies
npm install
And just like that, you can run your integration tests against NES for Ngx-Bootstrap!
Available Versions
All packages use the base name @neverendingsupport/ngx-bootstrap
with the following versions:
Major Version | Full Version Number |
---|---|
Version 12 | 12.0.0-ngx-bootstrap-12.0.1 |
Version 11 | 11.0.2-ngx-bootstrap-11.0.3 |
Version 10 | 10.3.0-ngx-bootstrap-10.3.1 |
Version 9 | 9.0.0-ngx-bootstrap-9.0.1 |
Version 8 | 8.0.0-ngx-bootstrap-8.0.1 |
Version 7 | 7.1.2-ngx-bootstrap-7.1.3 |
Version 6 | 6.2.0-ngx-bootstrap-6.2.1 |
Version 5 | 5.6.2-ngx-bootstrap-5.6.3 |
Version 4 | 4.3.0-ngx-bootstrap-4.3.1 |
Version 3 | 3.3.0-ngx-bootstrap-3.3.1 |
Additional Information
Direct Download URLs
All of our NES for Ngx-Bootstrap packages can be accessed via direct download URLs.
The download URLs follow the pattern below where <PACKAGE_VERSION>
is the version as listed above.
https://registry.nes.herodevs.com/npm/pkg/@neverendingsupport/ngx-bootstrap/-/<PACKAGE_VERSION>.tgz
For example, the direct download URLs for the latest version of NES for Ngx-Bootstrap are:
Package | URL |
---|---|
ngx-bootstrap 12.0.0-ngx-bootstrap-12.0.1 | Download |