📚 Angular Libraries
Go to file
2023-05-11 21:08:33 +04:00
.github/workflows CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
.idea TD-598: Update dict, upd table (#15) 2023-05-11 21:08:33 +04:00
.vscode initial commit 2023-04-18 15:09:07 +04:00
projects TD-598: Update dict, upd table (#15) 2023-05-11 21:08:33 +04:00
.eslintrc.js CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
.gitignore CM-42: Init Core Lib: Dialog & Actions module (#2) 2023-04-18 22:45:35 +04:00
.prettierignore CM-42: Init Core Lib: Dialog & Actions module (#2) 2023-04-18 22:45:35 +04: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 CM-42: Init Core Lib: Dialog & Actions module (#2) 2023-04-18 22:45:35 +04: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 CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
package.json CM-42: Add Table, Dialog components and ESLint, Prettier, CSpell configs (#8) 2023-05-10 16:01:36 +04:00
README.md CM-42: Add Config & Error services (#6) 2023-04-21 12:14:45 +04: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 ../ng-libs/dist/ng-core
    
  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