Remove @nrwl/nx and return back to normal angular cli #8353
Wayne-Mather
started this conversation in
General
Replies: 2 comments 8 replies
-
This would be useful, but seems like they do not want to give directions on removing it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, did you ever find out how to do it ? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
There are plenty of docs on how to add nx to an angular project, or start from nx with the angular schematics. My question is how do I go back to just a standard angular cli application?
I know I can just start a new project and copy the required files over, but was wondering if there is an easier way to just move back to normal angular schematics?
I used NX because I thought the project would have more than 1 project, but since it never will, I don't need the overhead of the nx upgrade complexities. It's an NX v9 workspace that I want to take to a v13 standard angular app.
Any information on how to achieve this easily would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions