NES for RxJS

A step-by-step guide for installing and configuring Never‑Ending Support (NES) for RxJS 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 RxJS in your package.json with the following

package.json
{
  "dependencies": {
    "rxjs": "npm:@neverendingsupport/rxjs@6.6.7-rxjs-6.6.8",
  },
  "overrides": {
    "rxjs": { ".": "npm:@neverendingsupport/rxjs@6.6.7-rxjs-6.6.8" },
  }
}

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 RxJS!

Additional Information

Direct Download URLs

All of our NES for RxJS packages can be accessed via direct download URLs.

For all versions the download URLs follow the pattern below where <PACKAGE_VERSION> is the version as listed above.

https://registry.nes.herodevs.com/npm/pkg/@neverendingsupport/rxjs/-/<PACKAGE_VERSION>.tgz

For example, the direct download URLs for the latest version of NES for RxJS are:

PackageURL
rxjs
6.6.7-rxjs-6.6.8
Download