Skip to content
New issue

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

fix(angular): add component import path correctly to NgModule when flat=false #16364

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

Coly010
Copy link
Contributor

@Coly010 Coly010 commented Apr 18, 2023

Current Behavior

When generating a component that is exported and flat=false, the import path in the NgModule is incorrect

Expected Behavior

The import path that is generated should be correct

Related Issue(s)

Fixes #16325

@Coly010 Coly010 self-assigned this Apr 18, 2023
@vercel
Copy link

vercel bot commented Apr 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Apr 18, 2023 10:59am

@Coly010 Coly010 force-pushed the angular/flat-component-generation branch from 1441cd0 to 9e1bd69 Compare April 18, 2023 10:59
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ng g for angular in a library creates a wrong path in the import statement
2 participants