@nx/angular 19.4.3 → 19.4.4
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
CHANGED
|
@@ -61,7 +61,7 @@ npx nx@latest init
|
|
|
61
61
|
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
|
62
62
|
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
|
63
63
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
|
64
|
-
- [Blog Posts About Nx](https://
|
|
64
|
+
- [Blog Posts About Nx](https://nx.dev/blog)
|
|
65
65
|
|
|
66
66
|
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
|
|
67
67
|
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/angular",
|
|
3
|
-
"version": "19.4.
|
|
3
|
+
"version": "19.4.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"tslib": "^2.3.0",
|
|
80
80
|
"webpack": "^5.80.0",
|
|
81
81
|
"webpack-merge": "^5.8.0",
|
|
82
|
-
"@nx/devkit": "19.4.
|
|
83
|
-
"@nx/js": "19.4.
|
|
84
|
-
"@nx/eslint": "19.4.
|
|
85
|
-
"@nx/webpack": "19.4.
|
|
86
|
-
"@nx/web": "19.4.
|
|
87
|
-
"@nx/workspace": "19.4.
|
|
82
|
+
"@nx/devkit": "19.4.4",
|
|
83
|
+
"@nx/js": "19.4.4",
|
|
84
|
+
"@nx/eslint": "19.4.4",
|
|
85
|
+
"@nx/webpack": "19.4.4",
|
|
86
|
+
"@nx/web": "19.4.4",
|
|
87
|
+
"@nx/workspace": "19.4.4",
|
|
88
88
|
"piscina": "^4.4.0",
|
|
89
|
-
"@nrwl/angular": "19.4.
|
|
89
|
+
"@nrwl/angular": "19.4.4"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
|
|
@@ -502,7 +502,7 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|
|
502
502
|
/>
|
|
503
503
|
</svg>
|
|
504
504
|
</a>
|
|
505
|
-
<a href="https://blog
|
|
505
|
+
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
|
506
506
|
<svg
|
|
507
507
|
fill="none"
|
|
508
508
|
stroke="currentColor"
|
|
@@ -505,7 +505,7 @@ import { CommonModule } from '@angular/common';
|
|
|
505
505
|
/>
|
|
506
506
|
</svg>
|
|
507
507
|
</a>
|
|
508
|
-
<a href="https://blog
|
|
508
|
+
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
|
|
509
509
|
<svg
|
|
510
510
|
fill="none"
|
|
511
511
|
stroke="currentColor"
|