Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

valitydev/ng-libs

Repository files navigation

Angular Libraries (deprecated, library moved to Control Center Monorepo)

💻 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.