Configuring from XLTS
How do I configure AngularJS if I was an XLTS customer?
Context
XLTS merged with HeroDevs in September 2023 and continues to support AngularJS under Never Ending Support (NES).
The versions of AngularJS available from XLTS and NES have the same compatibility and security fixes since end of life.
XLTS Configuration for 1.8.X
If you originally signed up with XLTS and need to update your package version number or review your configuration
For XLTS for AngularJS 1.8+, substitute the AngularJS dependencies in your package.json with the following
Versioning Notes
While the version here is listed as 1.9.x, this version is contractually compatible with the Open Source AngularJS 1.8.x in nearly every way. The versioning moved from 1.8 to 1.9 due to an Internet Explorer behavioral degradation in rare cases. We have had many customers integrate with Internet Explorer without issue, but if your usage includes Internet Explorer please feel free to reach out to support@herodevs.com for more information.
XLTS Configuration for 1.5.X
If you are using XLTS for AngularJS 1.5.x, substitute the AngularJS dependencies in your package.json with the following instead:
Versioning
The versions represented above (1.9.7
and 1.5.23
) are placeholders. See the release notes for the latest available version.
Transitive Dependencies
All of the entries in the overrides blocks are not necessarily required. If you're not using a package (directly or transitively) you may omit it. Conversely, if installation fails because a third party dependency expects the Open Source version of a dependency, use the recipe above to "overwrite" that specific requirement.
Create an .npmrc
file with the following
Replace <XLTS_ACCESS_TOKEN> with your access token
Install your dependencies and run the service
Additional Information
The direct download URLs for AngularJS XLTS 1.8+ are below:
Package | Version | Direct Download Link |
---|---|---|
angular | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-aria | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-i18n | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-mocks | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-route | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-touch | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-loader | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-animate | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-cookies | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-messages | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-resource | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-sanitize | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-parse-ext | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |
angular-message-format | 1.9.7, 1.5.23 | Download v1.9 Download v1.5 |