Skip to content

Commit 4e6790a

Browse files
authored
Merge pull request #194 from sboldyreva/angular
Temporarily remove angular/angularjs instructions
2 parents f70179c + 1f4e651 commit 4e6790a

File tree

2 files changed

+15
-44
lines changed

2 files changed

+15
-44
lines changed

docs/els-for-languages/angular/README.md

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ TuxCare provides technical support according to the [support policy](https://tux
5757

5858
## Connection to ELS for Angular Repository
5959

60+
Please contact [[email protected]](mailto:[email protected]) for instructions.
61+
62+
<!--
6063
This guide outlines the steps needed to integrate the TuxCare ELS for Angular repository.
6164
6265
## Step 1: Get user credentials
@@ -87,8 +90,8 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
8790
8891
```text
8992
registry=https://registry.npmjs.org/
90-
@els-js:registry=https://nexus.repo.tuxcare.com/repository/els_js/
91-
//nexus.repo.tuxcare.com/repository/els_js/:_auth=${TOKEN}
93+
@els-js:registry=https://nexus.repo.tuxcare.com/repository/els-js/
94+
//nexus.repo.tuxcare.com/repository/els-js/:_auth=${TOKEN}
9295
```
9396
9497
</CodeWithCopy>
@@ -98,7 +101,7 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
98101
:::
99102
100103
4. Update your `package.json` file to replace your Angular dependencies with the TuxCare packages.
101-
<!--
104+
102105
**Angular 12**
103106
<details>
104107
<summary>Click to expand</summary>
@@ -380,46 +383,6 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
380383
381384
</details>
382385
383-
**Angular 19**
384-
<details>
385-
<summary>Click to expand</summary>
386-
387-
<CodeWithCopy>
388-
389-
```text
390-
"dependencies": {
391-
"@els-js/angular-19": "^0.0.1",
392-
"@angular/common": "file:./node_modules/@els-js/angular-19/deps/@angular/common",
393-
"@angular/compiler": "file:./node_modules/@els-js/angular-19/deps/@angular/compiler",
394-
"@angular/core": "file:./node_modules/@els-js/angular-19/deps/@angular/core",
395-
"@angular/forms": "file:./node_modules/@els-js/angular-19/deps/@angular/forms",
396-
"@angular/platform-browser": "file:./node_modules/@els-js/angular-19/deps/@angular/platform-browser",
397-
"@angular/platform-browser-dynamic": "file:./node_modules/@els-js/angular-19/deps/@angular/platform-browser-dynamic",
398-
"@angular/router": "file:./node_modules/@els-js/angular-19/deps/@angular/router",
399-
"rxjs": "file:./node_modules/@els-js/angular-19/deps/rxjs",
400-
"tslib": "file:./node_modules/@els-js/angular-19/deps/tslib",
401-
"zone.js": "file:./node_modules/@els-js/angular-19/deps/zone.js"
402-
},
403-
"devDependencies": {
404-
"@angular-devkit/build-angular": "file:./node_modules/@els-js/angular-19/deps/@angular-devkit/build-angular",
405-
"@angular/cli": "file:./node_modules/@els-js/angular-19/deps/@angular/cli",
406-
"@angular/compiler-cli": "file:./node_modules/@els-js/angular-19/deps/@angular/compiler-cli",
407-
"@types/jasmine": "file:./node_modules/@els-js/angular-19/deps/@types/jasmine",
408-
"jasmine-core": "file:./node_modules/@els-js/angular-19/deps/jasmine-core",
409-
"karma": "file:./node_modules/@els-js/angular-19/deps/karma",
410-
"karma-chrome-launcher": "file:./node_modules/@els-js/angular-19/deps/karma-chrome-launcher",
411-
"karma-coverage": "file:./node_modules/@els-js/angular-19/deps/karma-coverage",
412-
"karma-jasmine": "file:./node_modules/@els-js/angular-19/deps/karma-jasmine",
413-
"karma-jasmine-html-reporter": "file:./node_modules/@els-js/angular-19/deps/karma-jasmine-html-reporter",
414-
"typescript": "file:./node_modules/@els-js/angular-19/deps/typescript"
415-
}
416-
```
417-
418-
</CodeWithCopy>
419-
420-
</details>
421-
-->
422-
423386
5. In your terminal, run the following command to install ELS for Angular:
424387
425388
<CodeWithCopy>
@@ -439,3 +402,5 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
439402
```
440403
441404
6. You've successfully integrated the TuxCare ELS for Angular repository into your project.
405+
406+
-->

docs/els-for-languages/angularjs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ TuxCare provides technical support according to the [support policy](https://tux
5757

5858
## Connection to ELS for AngularJS Repository
5959

60+
Please contact [[email protected]](mailto:[email protected]) for instructions.
61+
62+
<!--
63+
6064
This guide outlines the steps needed to integrate the TuxCare ELS for AngularJS repository.
6165
6266
## Step 1: Get user credentials
@@ -86,7 +90,7 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
8690
8791
```text
8892
registry=https://registry.npmjs.org/
89-
@els-js:registry=https://nexus.repo.tuxcare.com/repository/els_js/
93+
@els-js:registry=https://nexus.repo.tuxcare.com/repository/els-js/
9094
//nexus.repo.tuxcare.com/repository/els-js/:_auth=${TOKEN}
9195
```
9296
@@ -166,6 +170,8 @@ TuxCare provides ELS for AngularJS as an NPM package, hosted on a secure interna
166170
167171
* You've successfully integrated the TuxCare ELS for AngularJS repository into your project.
168172
173+
-->
174+
169175
## Resolved CVEs
170176

171177
Fixes for the following vulnerabilities are available in ELS for AngularJS from TuxCare versions:

0 commit comments

Comments
 (0)