Skip to content

Commit 0fe1949

Browse files
Broccofilipesilva
authored andcommitted
fix(@angular/cli): obey the flat option when generating modules (#5411)
Fixes #5373
1 parent 1594f10 commit 0fe1949

File tree

1 file changed

+1
-0
lines changed
  • packages/@angular/cli/blueprints/module

1 file changed

+1
-0
lines changed

packages/@angular/cli/blueprints/module/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default Blueprint.extend({
5353

5454
return {
5555
dynamicPath: this.dynamicPath.dir,
56+
flat: options.flat,
5657
spec: options.spec,
5758
routing: options.routing
5859
};

0 commit comments

Comments
 (0)