Skip to content

valitydev/ng-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Angular Libraries

๐Ÿ’ป Development with locally built/runnable library

  1. Link the library

    npm link ~/github/valitydev/ng-libs/projects/ng-core/dist

    Alternative:

    npx link ~/github/valitydev/ng-libs/projects/ng-core/dist
  2. Start Library

    # cd ../ng-core
    npm start
  3. Start your app

    # cd ../your-app
    npm start

๐Ÿ“ฆ Preparing a Pull Request in your application along with the library

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

Publish

Apply the PR label publish to all packages, or specify it for individual packages like publish ng-core for the ng-core package.