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:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the RxJS in your package.json
with the following
{
"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
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 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:
Package | URL |
---|---|
rxjs 6.6.7-rxjs-6.6.8 | Download |