Installing ngx-bootstrap NES
A step-by-step guide for installing and configuring ngx-bootstrap NES (Never-Ending Support) in your Angular application, including detailed package configuration and version information.
Prerequisites
Before beginning the installation, please review our Minimum Requirements to ensure a smooth installation process.
Installation Steps
Follow these three simple steps to install ngx-bootstrap NES:
- Update your package.json
- Create or update your .npmrc file
- Install & Run
Detailed Instructions
1. Package.json Configuration
Update your package.json
with the following ngx-bootstrap references:
{
"dependencies": {
"ngx-bootstrap": "npm:@neverendingsupport/ngx-bootstrap@10.3.0-ngx-bootstrap-10.3.1"
},
"overrides": {
"ngx-bootstrap": { ".": "npm:@neverendingsupport/ngx-bootstrap@10.3.0-ngx-bootstrap-10.3.1" }
}
}
2. Authentication Setup
Create or update your .npmrc
file with the following content:
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Replace <NES_ACCESS_TOKEN>
with your actual access token.
3. Installation
Install your dependencies by running:
npm install
After completing these steps, you can run your integration tests against ngx-bootstrap NES.
Available Versions
All packages use the base name @neverendingsupport/ngx-bootstrap
with the following versions:
Major Version | Full Version Number |
---|---|
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 |