📚 Angular Libraries
Go to file
Rinat Arsaev 3a051b855b
Some checks are pending
Main / Publish (push) Waiting to run
EMP-55: Add table2 drag drop (#79)
2024-10-25 04:11:01 +07:00
.github/workflows TD-888: New table (#65) 2024-07-08 16:16:56 +07:00
.idea TD-925: Bump Angular to 18 (#63) 2024-06-21 13:44:52 +05:00
.run CM-57: Filters, Date Range, Number Range components, Fetch Superclass & many utils ... (#17) 2023-05-17 13:17:00 +04:00
.vscode initial commit 2023-04-18 15:09:07 +04:00
projects EMP-55: Add table2 drag drop (#79) 2024-10-25 04:11:01 +07:00
.eslintrc.js TD-925: Bump Angular to 18 (#63) 2024-06-21 13:44:52 +05:00
.gitignore TD-885: Add doc (#60) 2024-04-03 12:20:24 +07:00
.prettierignore TD-885: Add doc (#60) 2024-04-03 12:20:24 +07:00
.prettierrc.js CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
angular.json TD-885: Add doc (#60) 2024-04-03 12:20:24 +07:00
cspell.json CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
package-lock.json Filter and sort table v2 (#69) 2024-10-02 18:31:49 +07:00
package.json Optimize new table (#68) 2024-09-20 13:15:57 +05:00
README.md Add lazy column for table2 (#78) 2024-10-18 18:07:43 +05:00
renovate.json Fix table 2 filter/sort (#74) 2024-10-09 21:20:15 +07:00
tsconfig.json TD-925: Bump Angular to 18 (#63) 2024-06-21 13:44:52 +05:00

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.