@ssv/ngx.ux 2.1.1-dev.34 → 2.1.1-dev.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Choose the version corresponding to your Angular version:
|
|
|
26
26
|
|
|
27
27
|
| Angular | library |
|
|
28
28
|
| ------- | ------- |
|
|
29
|
-
|
|
|
29
|
+
| 10+ | 2.x+ |
|
|
30
30
|
| 4 to 9 | 1.x+ |
|
|
31
31
|
|
|
32
32
|
## Features
|
|
@@ -240,9 +240,9 @@ import { SsvUxModule, UX_VIEWPORT_DEFAULT_BREAKPOINTS } from "@ssv/ngx.ux";
|
|
|
240
240
|
### Setup Machine for Development
|
|
241
241
|
Install/setup the following:
|
|
242
242
|
|
|
243
|
-
- NodeJS
|
|
243
|
+
- NodeJS v18.16.0+
|
|
244
244
|
- Visual Studio Code or similar code editor
|
|
245
|
-
- TypeScript
|
|
245
|
+
- TypeScript 5.0+
|
|
246
246
|
- Git + SourceTree, SmartGit or similar (optional)
|
|
247
247
|
- Ensure to install **global NPM modules** using the following:
|
|
248
248
|
|