You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a workspace, generate a library and set it as the default project. Now generate a component without supplying a project. It will generate the component at src/app.
Create a workspace without an application (--create-application false), generate a library and an application, and set the library as the default project. Now generate a component without supplying a project. It will generate the component at projects/my-lib.
Desired functionality
I think it would be better if it always used the default project.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
Create a workspace, generate a library and set it as the default project. Now generate a component without supplying a project. It will generate the component at
src/app
.Create a workspace without an application (
--create-application false
), generate a library and an application, and set the library as the default project. Now generate a component without supplying a project. It will generate the component atprojects/my-lib
.Desired functionality
I think it would be better if it always used the default project.
The text was updated successfully, but these errors were encountered: