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
2. Authentication Setup
Create or update your .npmrc
file with the following content:
Replace <NES_ACCESS_TOKEN>
with your actual access token.
3. Installation
Install your dependencies by running:
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 |
Installing ngx-translate NES
A comprehensive guide for installing and configuring ngx-translate NES (Never-Ending Support) in your Angular application, including package.json configuration and authentication setup.
Angular NES Release Notes
Comprehensive release notes for Angular NES (Never-Ending Support), documenting all changes, bug fixes, and improvements across versions 4 through 15.