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/angularjs/README.md
+78-69Lines changed: 78 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,6 @@ TuxCare provides technical support according to the [support policy](https://tux
59
59
60
60
Please contact [sales@tuxcare.com](mailto:sales@tuxcare.com) for instructions.
61
61
62
-
<!--
63
-
64
62
This guide outlines the steps needed to integrate the TuxCare ELS for AngularJS repository.
65
63
66
64
## Step 1: Get user credentials
@@ -71,106 +69,116 @@ You need a username, password, and token in order to use TuxCare ELS AngularJS r
71
69
72
70
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.
73
71
74
-
* Navigate to the root directory of your AngularJS project.
75
-
* Create a `.npmrc` file or update it if it already exists.
72
+
1. Navigate to the root directory of your AngularJS project.
73
+
2. Create a `.npmrc` file or update it if it already exists.
74
+
75
+
**Example:**
76
+
77
+
```text
78
+
my-angularjs-project/
79
+
├── node_modules/
80
+
├── package.json
81
+
├── .npmrc ⚠️ ← Create it here
82
+
└── package-lock.json
83
+
```
76
84
77
-
**Example:**
85
+
3. Use an editor of your choice (e.g., VS Code) to add the following registry address line:
78
86
79
-
```text
80
-
my-angularjs-project/
81
-
├── node_modules/
82
-
├── package.json
83
-
├── .npmrc ⚠️ ← Create it here
84
-
└── package-lock.json
85
-
```
87
+
<CodeWithCopy>
86
88
87
-
* Use an editor of your choice (e.g., VS Code) to add the following registry address line:
0 commit comments