📚 Angular Libraries
Go to file
2023-11-09 18:20:47 +07:00
.github/workflows Update actions/checkout action to v4 (#38) 2023-09-19 15:51:59 +04: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 IMP-99,IMP-117: 16.3: Improve table (#40) 2023-11-09 18:20:47 +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 IMP-99,IMP-117: 16.3: Improve table (#40) 2023-11-09 18:20:47 +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 IMP-99,IMP-117: 16.3: Improve table (#40) 2023-11-09 18:20:47 +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 IMP-99,IMP-117: 16.3: Improve table (#40) 2023-11-09 18:20:47 +07:00
package.json IMP-99,IMP-117: 16.3: Improve table (#40) 2023-11-09 18:20:47 +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