We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e20613 commit 7998fe5Copy full SHA for 7998fe5
libs/ddd/src/schematics/feature/index.ts
@@ -133,8 +133,8 @@ export default function (options: FeatureOptions): Rule {
133
const domainTemplates =
134
options.ngrx && entityName
135
? apply(url('./files/forDomainWithNgrx'), [
136
- filterTemplates(options),
137
- template({ ...strings, ...options, workspaceName }),
+ filterTemplates(updatedEntityNameOptions),
+ template({ ...strings, ...updatedEntityNameOptions, workspaceName }),
138
move(domainLibFolderPath),
139
])
140
: apply(url('./files/forDomain'), [
0 commit comments