Skip to content

Commit 79e8132

Browse files
[Bug] When using a directory for Feature with NgRx, filenames are not correct
1 parent 7cea00d commit 79e8132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ddd/src/schematics/feature/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default function (options: FeatureOptions): Rule {
208208
])
209209
: noop(),
210210
addTsExport(domainIndexPath, [
211-
`./lib/application/${featureDirectoryAndNameDasherized}.facade`,
211+
`./lib/application/${entityName}.facade`, //featureDirectoryAndNameDasherized
212212
]),
213213
mergeWith(featureTemplates),
214214
addTsExport(featureIndexPath, [

0 commit comments

Comments
 (0)