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 762cf2e commit 5318913Copy full SHA for 5318913
modules/effects/schematics/ng-add/index.ts
@@ -137,15 +137,7 @@ export default function(options: RootEffectOptions): Rule {
137
138
return chain([
139
branchAndMerge(
140
- chain([
141
- filter(
142
- path =>
143
- path.endsWith('.module.ts') &&
144
- !path.endsWith('-routing.module.ts')
145
- ),
146
- addImportToNgModule(options),
147
- mergeWith(templateSource),
148
- ])
+ chain([addImportToNgModule(options), mergeWith(templateSource)])
149
),
150
options && options.skipPackageJson
151
? noop()
0 commit comments