@nrwl/angular 13.4.5-beta.7 → 13.5.0-beta.1

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
@@ -41,38 +41,9 @@ npm install @nrwl/angular
41
41
 
42
42
  For more information about the `@nrwl/angular` package take a look at the [Angular Plugin Overview](https://nx.dev/angular/overview).
43
43
 
44
- ## What is Nx?
44
+ # Smart, Fast and Extensible Build System
45
45
 
46
- 🔎 **Smart, Fast and Extensible Build System**
47
-
48
- Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
49
-
50
- ### Best-in-Class Support for Monorepos
51
-
52
- <strong>Nx</strong> provides distributed graph-based task execution and computation caching.
53
-
54
- <strong>Nx</strong> is smart. It analyzes your workspace and figures out what can be affected by every code change.
55
- That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>
56
- .
57
-
58
- <strong>Nx</strong> partitions commands into a graph of smaller tasks. Nx then runs those tasks in parallel,
59
- and <strong>it can even distribute them across multiple machines without any configuration</strong>.
60
-
61
- <strong>Nx also uses a distributed computation cache.</strong> If someone has already built or tested similar code, Nx
62
- will use their results to speed up the command for everyone else.
63
-
64
- ### Holistic Dev Experience Powered by an Advanced CLI and Editor Plugins
65
-
66
- <strong>Nx</strong> helps scale your development from one team building one application to many teams building multiple
67
- frontend and backend applications all in the same workspace. <strong >When using Nx, developers have a holistic dev
68
- experience powered by an advanced CLI</strong > (with editor plugins), capabilities for controlled code sharing and
69
- consistent code generation.
70
-
71
- ### Rich Plugin Ecosystem
72
-
73
- <strong>Nx</strong> is an open platform with plugins for many modern tools and frameworks. It has support for
74
- TypeScript, React, Angular, Cypress, Jest, Prettier, Nest.js, Next.js, Storybook, Ionic among others. With Nx, you get a
75
- consistent dev experience regardless of the tools used.
46
+ Nx is a next generation build system with first class monorepo support and powerful integrations.
76
47
 
77
48
 
78
49
  ## Getting Started
@@ -101,8 +72,9 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
101
72
 
102
73
  ```
103
74
  ? What to create in the new workspace (Use arrow keys)
104
- empty [an empty workspace with a layout that works best for building apps]
105
- npm [an empty workspace set up to publish npm packages (similar to and compatible with yarn workspaces)]
75
+ apps [an empty workspace with no plugins with a layout that works best for building apps]
76
+ core [an empty workspace with no plugins set up to publish npm packages (similar to yarn workspaces)]
77
+ ts [an empty workspace with the JS/TS plugin preinstalled]
106
78
  react [a workspace with a single React application]
107
79
  angular [a workspace with a single Angular application]
108
80
  next.js [a workspace with a single Next.js application]
@@ -110,12 +82,20 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
110
82
  nest [a workspace with a single Nest application]
111
83
  express [a workspace with a single Express application]
112
84
  web components [a workspace with a single app built using web components]
85
+ react-native [a workspace with a single React Native application]
113
86
  react-express [a workspace with a full stack application (React + Express)]
114
- angular-nest [a workspace with a full stack application (Angular + Nest)]
115
87
  ```
116
88
 
117
89
  Select the preset that works best for you.
118
90
 
91
+ ### Adding Nx to an Existing Monorepo
92
+
93
+ Run:
94
+
95
+ ```bash
96
+ npx add-nx-to-monorepo@latest
97
+ ```
98
+
119
99
 
120
100
  ```
121
101
 
@@ -148,61 +128,13 @@ You can also use `ng` instead of `nx`:
148
128
 
149
129
  ## Documentation & Resources
150
130
 
151
- Even though Nx isn't technology specific, we provide 3 separate flavours of the documentation site to it make it easier for you to get up and running. For every link below, you will be able to select whether you want your examples to be written in React, Node or Angular.
152
-
153
- - [Nx Documentation and Guides](https://nx.dev)
154
- - [Intro into Nx](https://nx.dev/getting-started/intro)
155
- - [Interactive Tutorial with Videos](https://nx.dev/tutorial/01-create-application)
156
-
157
- ### Quick Start Videos
158
-
159
- - [Scale Your React Development with Nx](https://www.youtube.com/watch?v=sNz-4PUM0k8)
160
- - [Scale your Node Development with Nx](https://www.youtube.com/watch?v=iIh5h_G52kI)
161
- - [Modern Angular with Nx Dev Tools](https://www.youtube.com/watch?v=cXOkmOy-8dk)
162
-
163
- ### Courses
164
-
165
- <table>
166
- <tr>
167
- <td><strong>Scale React Development with Nx</strong></td>
168
- <td><strong>Nx Workspaces</strong></td>
169
- <td><strong>Advanced Nx Workspaces</strong></td>
170
- </tr>
171
- <tr>
172
- <td>
173
- <a href="https://egghead.io/playlists/scale-react-development-with-nx-4038" target="_blank">
174
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/EGH_ScalingReactNx.png" height="150px" alt="Nx - Scale React Development with Nx video course"></p>
175
- </a>
176
- </td>
177
- <td>
178
- <a href="https://www.youtube.com/watch?v=2mYLe9Kp9VM&list=PLakNactNC1dH38AfqmwabvOszDmKriGco" target="_blank">
179
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-workspace-course.png" width="350" alt="Nx Workspaces video course"></p>
180
- </a>
181
- </td>
182
- <td>
183
- <a href="https://nxplaybook.com/p/advanced-nx-workspaces" target="_blank">
184
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/advanced-nx-workspace-course.png" width="350" alt="Nx Advanced Workspaces video course"></p>
185
- </a>
186
- </td>
187
- </tr>
188
- </table>
189
-
190
- ### Videos, Blogs, Books, Examples
191
-
192
- - [Nx Dev Tools for Monorepos, In-Depth Explainer (React)](https://www.youtube.com/watch?v=jCf92IyR-GE)
193
-
194
- - [Nx Dev Tools for Monorepos, In-Depth Explainer (Angular)](https://youtu.be/h5FIGDn5YM0)
195
-
196
- - [Youtube Channel with Nx-Related Videos](https://www.youtube.com/playlist?list=PLakNactNC1dHHWx4JIORwfnEajRv6FG5m)
131
+ A few links to help you get started:
197
132
 
133
+ - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
134
+ - [Tutorial: Adding Nx to an Existing Monorepo](https://nx.dev/migration/adding-to-monorepo)
135
+ - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
198
136
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
199
137
 
200
- - [Angular Enterprise Monorepo Patterns Book (free)](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
201
-
202
- - [Nx Examples Repo](https://github.com/nrwl/nx-examples)
203
-
204
- # Engage with the Core Team and the Community
205
-
206
- - [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
207
- - [Follow Nx on Twitter](https://twitter.com/NxDevTools)
138
+ <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank"><img src="./images/nx-courses-and-videos.svg"
139
+ width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
208
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/angular",
3
- "version": "13.4.5-beta.7",
3
+ "version": "13.5.0-beta.1",
4
4
  "description": "Angular Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,11 +56,11 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@angular-devkit/schematics": "~13.1.0",
59
- "@nrwl/cypress": "13.4.5-beta.7",
60
- "@nrwl/devkit": "13.4.5-beta.7",
61
- "@nrwl/jest": "13.4.5-beta.7",
62
- "@nrwl/linter": "13.4.5-beta.7",
63
- "@nrwl/storybook": "13.4.5-beta.7",
59
+ "@nrwl/cypress": "13.5.0-beta.1",
60
+ "@nrwl/devkit": "13.5.0-beta.1",
61
+ "@nrwl/jest": "13.5.0-beta.1",
62
+ "@nrwl/linter": "13.5.0-beta.1",
63
+ "@nrwl/storybook": "13.5.0-beta.1",
64
64
  "@schematics/angular": "~13.1.0",
65
65
  "@phenomnomnominal/tsquery": "4.1.1",
66
66
  "ignore": "^5.0.4",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.autoprefixerVersion = exports.postcssVersion = exports.tailwindVersion = exports.angularArchitectsModuleFederationPluginVersion = exports.angularEslintVersion = exports.jestPresetAngularVersion = exports.rxjsVersion = exports.ngrxVersion = exports.angularJsVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.4.5-beta.7';
4
+ exports.nxVersion = '13.5.0-beta.1';
5
5
  exports.angularVersion = '~13.1.0';
6
6
  exports.angularDevkitVersion = '~13.1.0';
7
7
  exports.angularJsVersion = '1.7.9';