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:

  1. Update your package.json
  2. Create or update your .npmrc file
  3. 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

.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>

Install your dependencies

/bin/sh
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 VersionFull Version Number
Version 1212.0.0-ngx-bootstrap-12.0.1
Version 1111.0.2-ngx-bootstrap-11.0.3
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

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:

PackageURL
ngx-bootstrap
12.0.0-ngx-bootstrap-12.0.1
Download