Skip to content

Commit 5918b7c

Browse files
committed
fix(@schematics/angular): Default library service should be providedIn root
1 parent 8d48293 commit 5918b7c

File tree

1 file changed

+0
-1
lines changed
  • packages/schematics/angular/library

1 file changed

+0
-1
lines changed

packages/schematics/angular/library/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export default function (options: LibraryOptions): Rule {
213213
name: name,
214214
flat: true,
215215
path: sourceDir,
216-
module: `${name}.module.ts`,
217216
}),
218217
])(host, context);
219218
};

0 commit comments

Comments
 (0)