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
Currently running ng g c cpm-name will add it to app.module.ts, but it doesn't do it for app.module.tns.ts
ng g c cpm-name
app.module.ts
app.module.tns.ts
The text was updated successfully, but these errors were encountered:
fix: respect extensions and module imports when generating components
af39f7d
fixes #78, #54
13516d6
fixed with 13516d6
Sorry, something went wrong.
sis0k0
No branches or pull requests
Currently running
ng g c cpm-name
will add it toapp.module.ts
, but it doesn't do it forapp.module.tns.ts
The text was updated successfully, but these errors were encountered: