We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e6529 commit d133260Copy full SHA for d133260
packages/schematics/angular/library/index.ts
@@ -222,7 +222,7 @@ export default function (options: LibraryOptions): Rule {
222
commonModule: false,
223
flat: true,
224
path: sourceDir,
225
- project: options.name,
+ project: projectName,
226
}),
227
schematic('component', {
228
name: options.name,
@@ -232,13 +232,13 @@ export default function (options: LibraryOptions): Rule {
232
233
234
export: true,
235
236
237
schematic('service', {
238
239
240
241
242
243
options.lintFix ? applyLintFix(sourceDir) : noop(),
244
(_tree: Tree, context: SchematicContext) => {
0 commit comments