Search...
Toggle theme

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:

  1. Update your package.json
  2. Create or update your .npmrc file
  3. 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 VersionFull Version Number
Version 1010.3.0-ngx-bootstrap-10.3.1
Version 99.0.0-ngx-bootstrap-9.0.1
Version 88.0.0-ngx-bootstrap-8.0.1
Version 77.1.2-ngx-bootstrap-7.1.3
Version 66.2.0-ngx-bootstrap-6.2.1
Version 55.6.2-ngx-bootstrap-5.6.3
Version 44.3.0-ngx-bootstrap-4.3.1
Version 33.3.0-ngx-bootstrap-3.3.1