Skip to content

Commit

Permalink
fix(@angular/cli): obey the flat option when generating modules (#5411)
Browse files Browse the repository at this point in the history
Fixes #5373
  • Loading branch information
Brocco authored and filipesilva committed Mar 14, 2017
1 parent 1594f10 commit 0fe1949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/blueprints/module/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default Blueprint.extend({

return {
dynamicPath: this.dynamicPath.dir,
flat: options.flat,
spec: options.spec,
routing: options.routing
};
Expand Down

0 comments on commit 0fe1949

Please sign in to comment.