We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594f10 commit 0fe1949Copy full SHA for 0fe1949
packages/@angular/cli/blueprints/module/index.ts
@@ -53,6 +53,7 @@ export default Blueprint.extend({
53
54
return {
55
dynamicPath: this.dynamicPath.dir,
56
+ flat: options.flat,
57
spec: options.spec,
58
routing: options.routing
59
};
0 commit comments