Skip to content

Commit

Permalink
fix(nx): set standalone to false for nx angular lib generator to avoi…
Browse files Browse the repository at this point in the history
…d unused files being created
  • Loading branch information
goetzrobin committed Nov 21, 2023
1 parent 4112ff7 commit 5e1f772
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function initializeAngularLibrary(tree: Tree, options: HlmBaseGener
importPath: '@spartan-ng/' + options.publicName,
prefix: 'hlm',
skipModule: true,
standalone: false,
directory: options.directory,
tags: options.tags,
});
Expand Down

0 comments on commit 5e1f772

Please sign in to comment.