-
Link the library
npm link ~/github/valitydev/ng-libs/projects/ng-core/dist
npx link ~/github/valitydev/ng-libs/projects/ng-core/dist
-
Start Library
# cd ../ng-core npm start
-
Start your app
# cd ../your-app npm start
To do this, you can use the version published in the NPM (with the pr
tag) from your PR to the library:
npm i --save-exact @vality/ng-core@pr
The latest version with the tag can also be viewed in NPM
Apply the PR label publish
to all packages, or specify it for individual packages like publish ng-core
for the ng-core
package.