Skip to content

Commit 4096f40

Browse files
committed
fix(@schematics/angular): Default library service should be providedIn root
1 parent 6dbcd78 commit 4096f40

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
@@ -218,7 +218,6 @@ export default function (options: LibraryOptions): Rule {
218218
name: name,
219219
flat: true,
220220
path: sourceDir,
221-
module: `${name}.module.ts`,
222221
}),
223222
])(host, context);
224223
};

0 commit comments

Comments
 (0)