Thanks to visit codestin.com
Credit goes to docs.herodevs.com

AngularJS 1.8.x/1.9.x NES Configuration Instructions

How to configure AngularJS 1.8.x/1.9.x NES Packages

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 AngularJS dependencies in your package.json with the following

package.json
{
  "dependencies": {
    "angular": "npm:@neverendingsupport/[email protected]",
    "angular-animate": "npm:@neverendingsupport/[email protected]",
    "angular-aria": "npm:@neverendingsupport/[email protected]",
    "angular-cookies": "npm:@neverendingsupport/[email protected]",
    "angular-i18n": "npm:@neverendingsupport/[email protected]",
    "angular-loader": "npm:@neverendingsupport/[email protected]",
    "angular-message-format": "npm:@neverendingsupport/[email protected]",
    "angular-messages": "npm:@neverendingsupport/[email protected]",
    "angular-mocks": "npm:@neverendingsupport/[email protected]",
    "angular-parse-ext": "npm:@neverendingsupport/[email protected]",
    "angular-resource": "npm:@neverendingsupport/[email protected]",
    "angular-route": "npm:@neverendingsupport/[email protected]",
    "angular-sanitize": "npm:@neverendingsupport/[email protected]",
    "angular-touch": "npm:@neverendingsupport/[email protected]"
  },
  "overrides": {
    "angular": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-animate": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-aria": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-cookies": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-i18n": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-loader": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-message-format": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-messages": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-mocks": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-parse-ext": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-resource": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-route": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-sanitize": { ".": "npm:@neverendingsupport/[email protected]" },
    "angular-touch": { ".": "npm:@neverendingsupport/[email protected]" }
  },
}

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 and run the service

npm install
npm start

And just like that, you can run your integration tests against AngularJS 1.8 NES!

Additional Information

Direct Download URLs

The direct download URLs for AngularJS 1.8 NES are:

PackageURL
angular
1.8.3-angularjs-1.9.11
Download
angular-animate
1.8.3-angularjs-1.9.11
Download
angular-aria
1.8.3-angularjs-1.9.11
Download
angular-cookies
1.8.3-angularjs-1.9.11
Download
angular-i18n
1.8.3-angularjs-1.9.11
Download
angular-loader
1.8.3-angularjs-1.9.11
Download
angular-message-format
1.8.3-angularjs-1.9.11
Download
angular-messages
1.8.3-angularjs-1.9.11
Download
angular-mocks
1.8.3-angularjs-1.9.11
Download
angular-parse-ext
1.8.3-angularjs-1.9.11
Download
angular-resource
1.8.3-angularjs-1.9.11
Download
angular-route
1.8.3-angularjs-1.9.11
Download
angular-sanitize
1.8.3-angularjs-1.9.11
Download
angular-touch
1.8.3-angularjs-1.9.11
Download