@@ -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+ <!--   
6063This 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
1001034. 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- 
4233865. 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
4414046. You've successfully integrated the TuxCare ELS for Angular repository into your project. 
405+ 
406+   -->  
0 commit comments