You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have decided to stop supporting Angular Workspaces and focus exclusively on Nx Workspaces. This
decision is motivated by several factors, including the fact that the Nx Devkit no longer supports
compatibility with Angular Workspaces. To offer support, we would have to create a second plugin
that uses AngularDevkit under the hood, which would require considerable effort on the part of our
maintainers. We want to focus on what brings the most value to our current users, and Nx Workspaces
is the best way to do that.
BREAKING CHANGE: As an alternative, maintainers suggest migrating your Angular Workspaces to Nx
Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that
you should consider. We apologize for any inconvenience this may cause and appreciate your
understanding.
@@ -200,7 +185,7 @@ The following is the activity diagram.
200
185
201
186
## 📦 Options <a name="options"></a>
202
187
203
-
### install/ng-add
188
+
### install
204
189
205
190
#### `--projects`
206
191
@@ -211,7 +196,7 @@ The following is the activity diagram.
211
196
Specify which libraries should be configured. Useful when you have a workspace with several libraries and don't want to overwrite existing configuration
0 commit comments