Closed
Description
Please provide us with the following information:
OS?
Windows 10
Versions.
angular-cli: 1.0.0-beta.19-3
node: 6.6.0
os: win32 x64
Repro steps.
- Create a module in a
clerking
folder - Create another module in the same
clerking
folder - Attempt to run
ng g component mycomponent
in the sameclerking
folder
The log given by the failure.
Error locating module for declaration
SilentError: Multiple module files found: \clerking
Mention any other details that might be useful.
The above error might very well be the intended result from the tooling. However, can there be an option to override the behaviour when it is required. So I might be able to give the command the name of the module to place the component or simply let the command run without the error, allow us to placed the component in its respective module?
Thanks! We'll be in touch soon.