Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular): allow setting appsDir and libsDir to workspace root #5513

Merged
merged 1 commit into from Apr 30, 2021

Conversation

leosvelperez
Copy link
Member

Current Behavior

When creating an Angular app with appsDir set to the workspace root, the app is created inside the apps directory by default. Likewise, when creating an Angular lib with libsDir set to the workspace root, the lib is created inside the libs directory by default.

Expected Behavior

The apps and libs are created correctly in the workspace root when appsDir and libsDir are set to the workspace root.

Related Issue(s)

Fixes #5415

@vercel
Copy link

vercel bot commented Apr 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nrwl/nx-dev/2yJYXZNgUCfEGhkayA6SABL2ebXt
✅ Preview: https://nx-dev-git-fork-leosvelperez-ng-root-ws-layout-nrwl.vercel.app

@nx-cloud
Copy link

nx-cloud bot commented Apr 30, 2021

Nx Cloud Report

CI ran the following commands for commit 68bae9a. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx affected --target=build
#000000 nx affected --target=e2e
#000000 nx affected --target=lint
#000000 nx affected --target=test

Sent with 💌 from NxCloud.

@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

using nx workspace root folder for creation of app and lib projects
1 participant