Created
April 10, 2020 09:27
-
-
Save timbophillips/5c6d05070036e1c92ab01a77c5fe61f6 to your computer and use it in GitHub Desktop.
building angular packages and using them pre-publish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://graphql-code-generator.com/docs/plugins/typescript-apollo-angular