Buildable library dependency #19495
GeorgianStan
started this conversation in
General
Replies: 1 comment
-
any answer to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have an Angular library that I want to convert to a buildable library. For that, I've followed the official guide.
First, I generated a new buildable library and then copied and pasted the source code from the original library into the new library.
The
package.json
file of the new buildable library that was generated by NX looks like this:This library,
my-angular-buildable-library
, uses some npm packages as dependencies. Do these dependencies need to be manually added to the generatedpackage.json
file under thedependencies
property?Beta Was this translation helpful? Give feedback.
All reactions