You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/els-for-languages/README.md
+94-20
Original file line number
Diff line number
Diff line change
@@ -2219,11 +2219,7 @@ This guide outlines the steps needed to integrate the TuxCare ELS for Angular re
2219
2219
2220
2220
You need a username, password, and token in order to use TuxCare ELS Angular repository. Anonymous access is disabled. To receive the credentials please contact [[email protected]](mailto:[email protected]).
2221
2221
2222
-
### Step 2: Create an account on [npmjs.com](https://www.npmjs.com/login)
2223
-
2224
-
You need to create an account on [npmjs.com](https://www.npmjs.com/login) to install the ELS Angular NPM package. Anonymous access is disabled.
2225
-
2226
-
### Step 3: Set Up ELS for Angular 16
2222
+
### Step 2: Set Up ELS for Angular 16
2227
2223
2228
2224
TuxCare provides ELS for Angular 16 as an NPM package, hosted on a secure internal registry. Follow the steps below to add it to your project and get started.
2229
2225
@@ -2253,18 +2249,6 @@ TuxCare provides ELS for Angular 16 as an NPM package, hosted on a secure intern
and login to your [npmjs.com](https://www.npmjs.com/login) account. This will link your authentication to the registry.
2263
-
2264
-
:::tip
2265
-
After logging in, npm will automatically add a line like `//registry.npmjs.org/:_authToken=${TOKEN}` to your `.npmrc` file. It stores a new token which is used to authenticate you to the [npmjs.com](https://www.npmjs.com/login) registry.
2266
-
:::
2267
-
2268
2252
* Update your `package.json` file to replace your Angular dependencies with the TuxCare packages:
2269
2253
2270
2254
```text
@@ -2318,13 +2302,12 @@ TuxCare provides ELS for Angular 16 as an NPM package, hosted on a secure intern
2318
2302
Endless Lifecycle Support (ELS) for AngularJS from TuxCare provides security fixes for AngularJS that have reached its end of life. This allows you to continue running AngularJS applications without vulnerability concerns, even after official support has ended.
2319
2303
2320
2304
:::warning
2321
-
ELS for AngularJS is currently in active development and will be available soon. If you are interested or would like to stay informed, please contact [[email protected]](mailto:[email protected])
2305
+
ELS for AngularJS is currently in active development. If you are interested in updates, adoption, or have specific requirements or feature requests, please contact [[email protected]](mailto:[email protected])
2322
2306
:::
2323
2307
2324
2308
### Supported AngularJS Versions
2325
2309
2326
-
* AngularJS 1.8
2327
-
* Other versions available upon request
2310
+
* AngularJS 1.5, 1.6, 1.7, 1.8
2328
2311
2329
2312
### Vulnerability Coverage and Target Response Times
2330
2313
@@ -2370,3 +2353,94 @@ Note: This feature is under consideration for future development and may be avai
2370
2353
### Technical Support
2371
2354
2372
2355
TuxCare provides technical support according to the [support policy](https://tuxcare.com/TuxCare-support-policy.pdf?_gl=1*9hjdum*_up*MQ..*_ga*MTQ0MTM0NTI4OC4xNjk5Mzk2ODYy*_ga_Z539WTSZ80*MTY5OTM5Njg2MC4xLjAuMTY5OTM5Njg2MC4wLjAuMA..*_ga_1790YFKF4F*MTY5OTM5Njg2MC4xLjAuMTY5OTM5Njg2MC4wLjAuMA..*_ga_64QBSWJJGS*MTY5OTM5Njg2MC4xLjAuMTY5OTM5Njg2MC4wLjAuMA..) . It delivers 24/7/365 access to the TuxCare’s support team through the TuxCare Support Portal <https://tuxcare.com/support-portal/> and to the TuxCare’s online knowledge base.
2356
+
2357
+
### Connection to ELS for AngularJS Repository
2358
+
2359
+
This guide outlines the steps needed to integrate the TuxCare ELS for AngularJS repository.
2360
+
2361
+
### Step 1: Get user credentials
2362
+
2363
+
You need a username, password, and token in order to use TuxCare ELS AngularJS repository. Anonymous access is disabled. To receive the credentials, please contact [[email protected]](mailto:[email protected]).
2364
+
2365
+
### Step 2: Set Up ELS for AngularJS
2366
+
2367
+
TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure internal registry. Follow the steps below to add it to your project and get started.
2368
+
2369
+
* Navigate to the root directory of your AngularJS project.
2370
+
* Create a `.npmrc` file or update it if it already exists.
2371
+
2372
+
**Example:**
2373
+
2374
+
```text
2375
+
my-angularjs-project/
2376
+
├── node_modules/
2377
+
├── package.json
2378
+
├── .npmrc ⚠️ ← Create it here
2379
+
└── package-lock.json
2380
+
```
2381
+
2382
+
* Use an editor of your choice (e.g., VS Code) to add the following registry address line:
0 commit comments