Search...
Toggle theme

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.

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 ngx-translate NES:

  1. Update your package.json
  2. Create or update your .npmrc file
  3. Install & Run

Detailed Instructions

1. Package.json Configuration

Update your package.json with the following ngx-translate references:

{
  "dependencies": {
    "@ngx-translate/core": "npm:@neverendingsupport/ngx-translate@14.0.0-core-14.0.1"
  },
  "overrides": {
    "@ngx-translate/core": { ".": "npm:@neverendingsupport/ngx-translate@14.0.0-core-14.0.1" }
  }
}

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 ngx-translate NES.

Available Versions

All packages use the base name @neverendingsupport/ngx-translate with the following versions:

Major VersionFull Version Number
Version 1414.0.0-core-14.0.1
Version 1313.0.0-core-13.0.1
Version 1212.1.2-core-12.1.3
Version 1111.0.1-core-11.0.2
Version 1010.0.2-core-10.0.3