-
Notifications
You must be signed in to change notification settings - Fork 12k
Regression in ng new "path" options #11025
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
Comments
may I ask a question here, after I updated to using angular6, when I generate a new component ,it now generate a new component under the folder of e2e, previously it's in src/app/componentName path ?How to fix this or there might have some configuration there? thanks a lot |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Before
After
This happened in 6.0.3
Observed behavior
When creating a new project with a specified collection, the options of type path now defaults to
'/'
.... everything is created in the current working directory 👎
Desired behavior
When creating a new project with a specified collection, the options of type path used to default to empty string.
... everything is created in the workspace directory 👍
Mention any other details that might be useful (optional)
This is the
collection.json
The text was updated successfully, but these errors were encountered: