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

ng g @angular-architects/ddd:domain IAM generates wrong import module #58

Open
rip3rs opened this issue Mar 12, 2021 · 1 comment
Open

Comments

@rip3rs
Copy link

rip3rs commented Mar 12, 2021

ng g @angular-architects/ddd:domain IAM

Generates wrong naming:
export class IamDomainModule {}

This will generate the wrong naming within the feature:

@NgModule({
  imports: [CommonModule, IAMDomainModule], // <-- should be IamDomainModule
  declarations: [UserComponent],
  exports: [UserComponent],
})
export class IamFeatureUserModule {}

I suppose this is working as intended. I would have assumed that the naming would be as is on the creation of the domain.

@manfredsteyer
Copy link
Contributor

Thanks for this. I can confirm this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants