Skip to content

Commit d022f54

Browse files
authored
Merge pull request #170 from sboldyreva/angular-updates
Update Angular instructions
2 parents 52198b8 + bcd16d9 commit d022f54

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
8787

8888
```text
8989
registry=https://registry.npmjs.org/
90-
@els-angular:registry=https://nexus.repo.tuxcare.com/repository/els_angular/
91-
//nexus.repo.tuxcare.com/repository/els_angular/:_auth=${TOKEN}
90+
@els-js:registry=https://nexus.repo.tuxcare.com/repository/els_js/
91+
//nexus.repo.tuxcare.com/repository/els_js/:_auth=${TOKEN}
9292
```
9393

9494
</CodeWithCopy>
@@ -97,8 +97,8 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
9797
Replace ${TOKEN} with the token you received from [[email protected]](mailto:[email protected]).
9898
:::
9999

100-
4. Update your `package.json` file to replace your Angular dependencies with the TuxCare packages:
101-
100+
4. Update your `package.json` file to replace your Angular dependencies with the TuxCare packages.
101+
<!--
102102
**Angular 12**
103103
<details>
104104
<summary>Click to expand</summary>
@@ -418,8 +418,9 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
418418
</CodeWithCopy>
419419
420420
</details>
421+
-->
421422

422-
5. In your terminal, run the following command to install ELS for Angular 16 dependencies:
423+
5. In your terminal, run the following command to install ELS for Angular:
423424

424425
<CodeWithCopy>
425426

@@ -437,4 +438,4 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
437438
found 0 vulnerabilities
438439
```
439440

440-
6. You've successfully integrated the TuxCare ELS for Angular repository into your project.
441+
6. You've successfully integrated the TuxCare ELS for Angular repository into your project.

0 commit comments

Comments
 (0)