Skip to content

Commit

Permalink
docs(angular): restore preserveAngularCLILayout in the docs until the…
Browse files Browse the repository at this point in the history
… change renaming it gets released (nrwl#9122)
  • Loading branch information
leosvelperez authored and meeroslav committed Mar 4, 2022
1 parent 09c6816 commit bfc6b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shared/migration/migration-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ using a monorepo approach. If you are currently using an Angular CLI workspace,

## Using ng add and preserving your existing structure

To add Nx to an existing Angular CLI workspace to an Nx workspace, with keeping your existing file structure in place, use the `ng add` command with the `--preserve-angular-cli-layout` option:
To add Nx to an existing Angular CLI workspace to an Nx workspace, with keeping your existing file structure in place, use the `ng add` command with the `--preserveAngularCLILayout` option:

```bash
ng add @nrwl/workspace --preserve-angular-cli-layout
ng add @nrwl/workspace --preserveAngularCLILayout
```

This installs the `@nrwl/workspace` package into your workspace and applies the following changes to your workspace:
Expand Down

0 comments on commit bfc6b33

Please sign in to comment.