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
Please provide us with the following information:
Windows 10
ng --version
node --version
1.0.0-beta.14
Creating a component in a sub folder using the either of the commands below:
ng g c \explorer\explorerrecordcontent ng g c /explorer/explorerrecordcontent
results in the second slash facing the wrong direction in the generated import statement in app.module.ts
import { ExplorerrecordcontentComponent } from './explorer\explorerrecordcontent/explorerrecordcontent.component';
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
Fixed in #1961
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
Windows 10
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:1.0.0-beta.14
do on your code? etc.
Creating a component in a sub folder using the either of the commands below:
results in the second slash facing the wrong direction in the generated import statement in app.module.ts
more information.
The text was updated successfully, but these errors were encountered: