@nrwl/angular 15.9.0-rc.2 → 15.9.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/angular",
|
|
3
|
-
"version": "15.9.0
|
|
3
|
+
"version": "15.9.0",
|
|
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, 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- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"migrations": "./migrations.json"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@nrwl/cypress": "15.9.0
|
|
67
|
-
"@nrwl/devkit": "15.9.0
|
|
68
|
-
"@nrwl/jest": "15.9.0
|
|
69
|
-
"@nrwl/js": "15.9.0
|
|
70
|
-
"@nrwl/linter": "15.9.0
|
|
71
|
-
"@nrwl/webpack": "15.9.0
|
|
72
|
-
"@nrwl/workspace": "15.9.0
|
|
66
|
+
"@nrwl/cypress": "15.9.0",
|
|
67
|
+
"@nrwl/devkit": "15.9.0",
|
|
68
|
+
"@nrwl/jest": "15.9.0",
|
|
69
|
+
"@nrwl/js": "15.9.0",
|
|
70
|
+
"@nrwl/linter": "15.9.0",
|
|
71
|
+
"@nrwl/webpack": "15.9.0",
|
|
72
|
+
"@nrwl/workspace": "15.9.0",
|
|
73
73
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
74
74
|
"chalk": "^4.1.0",
|
|
75
75
|
"chokidar": "^3.5.1",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"fesm2015": "fesm2015/nrwl-angular.mjs",
|
|
109
109
|
"typings": "index.d.ts",
|
|
110
110
|
"sideEffects": false,
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "d24d8504944d294edd7ec26da219d4a724883f58"
|
|
112
112
|
}
|
|
@@ -664,19 +664,9 @@ import { Component, ViewEncapsulation } from '@angular/core';
|
|
|
664
664
|
</a>
|
|
665
665
|
<div id="nx-cloud" class="rounded shadow">
|
|
666
666
|
<div>
|
|
667
|
-
<svg
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
671
|
-
>
|
|
672
|
-
<path
|
|
673
|
-
d="M120 15V30C103.44 30 90 43.44 90 60C90 76.56 76.56 90 60 90C43.44 90 30 103.44 30 120H15C6.72 120 0 113.28 0 105V15C0 6.72 6.72 0 15 0H105C113.28 0 120 6.72 120 15Z"
|
|
674
|
-
fill="#0E2039"
|
|
675
|
-
/>
|
|
676
|
-
<path
|
|
677
|
-
d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z"
|
|
678
|
-
fill="white"
|
|
679
|
-
/>
|
|
667
|
+
<svg id="nx-cloud-logo" role="img" xmlns="http://www.w3.org/2000/svg" stroke="currentColor" fill="transparent" viewBox="0 0 24 24">
|
|
668
|
+
<path stroke-width="2" d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z" />
|
|
669
|
+
<path stroke-width="2" d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z" />
|
|
680
670
|
</svg>
|
|
681
671
|
<h2>
|
|
682
672
|
NxCloud
|
|
@@ -667,19 +667,9 @@ import { CommonModule } from '@angular/common';
|
|
|
667
667
|
</a>
|
|
668
668
|
<div id="nx-cloud" class="rounded shadow">
|
|
669
669
|
<div>
|
|
670
|
-
<svg
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
674
|
-
>
|
|
675
|
-
<path
|
|
676
|
-
d="M120 15V30C103.44 30 90 43.44 90 60C90 76.56 76.56 90 60 90C43.44 90 30 103.44 30 120H15C6.72 120 0 113.28 0 105V15C0 6.72 6.72 0 15 0H105C113.28 0 120 6.72 120 15Z"
|
|
677
|
-
fill="#0E2039"
|
|
678
|
-
/>
|
|
679
|
-
<path
|
|
680
|
-
d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z"
|
|
681
|
-
fill="white"
|
|
682
|
-
/>
|
|
670
|
+
<svg id="nx-cloud-logo" role="img" xmlns="http://www.w3.org/2000/svg" stroke="currentColor" fill="transparent" viewBox="0 0 24 24">
|
|
671
|
+
<path stroke-width="2" d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z" />
|
|
672
|
+
<path stroke-width="2" d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z" />
|
|
683
673
|
</svg>
|
|
684
674
|
<h2>
|
|
685
675
|
NxCloud
|