@nx/angular 19.5.0-beta.2 → 19.5.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
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.5.0-beta.
|
3
|
+
"version": "19.5.0-beta.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-merge": "^5.8.0",
|
81
81
|
"@module-federation/enhanced": "~0.2.3",
|
82
|
-
"@nx/devkit": "19.5.0-beta.
|
83
|
-
"@nx/js": "19.5.0-beta.
|
84
|
-
"@nx/eslint": "19.5.0-beta.
|
85
|
-
"@nx/webpack": "19.5.0-beta.
|
86
|
-
"@nx/web": "19.5.0-beta.
|
87
|
-
"@nx/workspace": "19.5.0-beta.
|
82
|
+
"@nx/devkit": "19.5.0-beta.4",
|
83
|
+
"@nx/js": "19.5.0-beta.4",
|
84
|
+
"@nx/eslint": "19.5.0-beta.4",
|
85
|
+
"@nx/webpack": "19.5.0-beta.4",
|
86
|
+
"@nx/web": "19.5.0-beta.4",
|
87
|
+
"@nx/workspace": "19.5.0-beta.4",
|
88
88
|
"piscina": "^4.4.0",
|
89
|
-
"@nrwl/angular": "19.5.0-beta.
|
89
|
+
"@nrwl/angular": "19.5.0-beta.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"
|