We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generating a route using:
ng g route admin/group
results in a doubling of file path names:
src/client/app/admin/group/admin/group.service.ts
instead of:
src/client/app/admin/group/group.service.ts
happens on: angular-cli: 0.0.30 node: 4.1.2 os: darwin x64
The text was updated successfully, but these errors were encountered:
@amindunited we are in the process of refactoring the route generations and that work can be tracked under issue #316.
Closing this issue in favor of the mentioned issue.
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Generating a route using:
results in a doubling of file path names:
instead of:
happens on:
angular-cli: 0.0.30
node: 4.1.2
os: darwin x64
The text was updated successfully, but these errors were encountered: