docs(core): fix angular migration link
This commit is contained in:
parent
ab89351f62
commit
909ffcccbb
@ -1523,7 +1523,7 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"examplesFile": "## Information\n\nThis generator is usually used as part of the process of migrating from an Angular CLI Workspace to Nx Workspaces using `ng add @nrwl/angular`.\n\nYou can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipe/migration-angular).\n",
|
||||
"examplesFile": "## Information\n\nThis generator is usually used as part of the process of migrating from an Angular CLI Workspace to Nx Workspaces using `ng add @nrwl/angular`.\n\nYou can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipes/adopting-nx/migration-angular).\n",
|
||||
"presets": []
|
||||
},
|
||||
"description": "Migrates an Angular CLI workspace to Nx or adds the Angular plugin to an Nx workspace.",
|
||||
|
||||
@ -26,10 +26,10 @@ Incrementally add Nx to your repo and enjoy faster CI runs and local development
|
||||
|
||||
{% /persona %}
|
||||
|
||||
{% persona type="angular" title="Enter Modern Angular" url="/recipe/migration-angular" %}
|
||||
{% persona type="angular" title="Enter Modern Angular" url="/recipes/adopting-nx/migration-angular" %}
|
||||
Enhance your Angular development experience by leveraging its advanced generators and integrations with modern tooling.
|
||||
|
||||
- [Switch from the Angular CLI to Nx](/recipe/migration-angular)
|
||||
- [Switch from the Angular CLI to Nx](/recipes/adopting-nx/migration-angular)
|
||||
|
||||
{% /persona %}
|
||||
{% /personas %}
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
|
||||
This generator is usually used as part of the process of migrating from an Angular CLI Workspace to Nx Workspaces using `ng add @nrwl/angular`.
|
||||
|
||||
You can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipe/migration-angular).
|
||||
You can read more about [migrating from Angular CLI to Nx here](https://nx.dev/recipes/adopting-nx/migration-angular).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user