Skip to content

Commit

Permalink
docs(core): old angular migrations warning (#13828)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Dec 14, 2022
1 parent 002d7f3 commit dfd347c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/shared/migration/migration-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ width="100%" /%}

## Migrating an Angular app manually

{% callout type="note" title="Older Angular Versions" %}
If you are using older versions of Angular (version 14 or lower), make sure to use the appropriate version of Nx that matches your version of Angular. See the [Nx and Angular Version Compatibility Matrix](/angular-nx-version-matrix) to find the correct version. The generated files will also be slightly different.
{% /callout %}

If you are unable to automatically transform your Angular CLI workspace to an Nx workspace using the [ng add](#transforming-an-angular-cli-workspace-to-an-nx-workspace) method, there are some manual steps you can take to move your project(s) into an Nx workspace.

### Generating a new workspace
Expand Down

1 comment on commit dfd347c

@vercel
Copy link

@vercel vercel bot commented on dfd347c Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.