@corvesta/evidence-based-dentistry-lib
v19.0.0
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0.
Maintainers
Keywords
Readme
EvidenceBasedDentistryLib
This library was generated with Angular CLI version 18.2.0.
Code scaffolding
Run ng generate component component-name --project evidence-based-dentistry-lib to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project evidence-based-dentistry-lib.
Note: Don't forget to add
--project evidence-based-dentistry-libor else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build evidence-based-dentistry-lib to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build evidence-based-dentistry-lib, go to the dist folder cd dist/evidence-based-dentistry-lib and run npm publish.
Running unit tests
Run ng test evidence-based-dentistry-lib to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
To test the EvidenceBasedDentistryLib in any of the portal app
- first we have to run 'npm run build' on the library
- Inside the library repo, in the terminal, navigate to the folder containing the package.json inside the dist folder.
- run 'npm link'
- Then In the terminal, navigate to the portal app folder where package.json
- run 'npm link [library name]' ex: npm link @corvesta/evidence-based-dentistry-lib
- Check node_modules folder to confirm the presense of the component library
- Always change the version of the libraray in libray package.json to get the updated library.
