Skip to content

Instantly share code, notes, and snippets.

@timbophillips
Created April 10, 2020 09:27
Show Gist options
  • Save timbophillips/5c6d05070036e1c92ab01a77c5fe61f6 to your computer and use it in GitHub Desktop.
Save timbophillips/5c6d05070036e1c92ab01a77c5fe61f6 to your computer and use it in GitHub Desktop.
building angular packages and using them pre-publish
https://angular.io/guide/creating-libraries
in angular.json of the project calling the angular lib via the link
projects.$name.architect.build.options.preserveSymlinks: true
use npm link in the library project
https://docs.npmjs.com/cli/link.html
@timbophillips
Copy link
Author

Screenshot_20201006-220504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment