📚 Angular Libraries
Go to file
2024-03-28 21:03:51 +07:00
.github/workflows TD-803,IMP-138: Angular 17 (#49) 2023-12-28 16:46:51 +07:00
.idea IMP-67: Core 16.1: File Upload, Select Field, New form validation (#28) 2023-07-14 15:18:36 +04: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 v17.2 (#57) 2024-03-28 21:03:51 +07:00
.eslintrc.js CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
.gitignore IMP-63: New table template, select styles (#22) 2023-06-06 19:07:29 +04:00
.prettierignore TD-803,IMP-138: Angular 17 (#49) 2023-12-28 16:46:51 +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-803,IMP-138: Angular 17 (#49) 2023-12-28 16:46:51 +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 v17.2 (#57) 2024-03-28 21:03:51 +07:00
package.json v17.2 (#57) 2024-03-28 21:03:51 +07:00
README.md v15.0.0, onpush strategy table, add error page (#26) 2023-06-15 11:58:58 +03:00
renovate.json TD-598: Update dict, upd table (#15) 2023-05-11 21:08:33 +04:00
tsconfig.json CM-42: Init Core Lib: Dialog & Actions module (#2) 2023-04-18 22:45:35 +04: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