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/angular/README.md
+45-6Lines changed: 45 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ You need a username, password, and token in order to use TuxCare ELS Angular rep
68
68
69
69
TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal registry. Follow the steps below to add it to your project and get started.
70
70
71
-
* Navigate to the root directory of your Angular project.
72
-
* Create a `.npmrc` file or update it if it already exists.
71
+
1. Navigate to the root directory of your Angular project.
72
+
2. Create a `.npmrc` file or update it if it already exists.
73
73
74
74
**Example:**
75
75
@@ -82,24 +82,30 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
82
82
└── tsconfig.json
83
83
```
84
84
85
-
* Use an editor of your choice (e.g., VS Code) to add the following registry address line:
85
+
3. Use an editor of your choice (e.g., VS Code) to add the following registry address line:
0 commit comments