Installing RxJS NES
A comprehensive guide for installing and configuring RxJS NES (Never-Ending Support) in your Angular application, including store, effects, and additional RxJS packages.
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 NgRx 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 NgRx references:
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" }
}
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 RxJS NES!
Additional Information
The direct download URL for RxJS is:
Package | Version | Link |
---|---|---|
RxJS | 6.6.7-rxjs-6.6.8 | Download |