Reusable code
Go to file
Dan Funk 6eb69de973
Merge pull request #128 from sartography/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1
2023-02-14 10:40:18 -05:00
projects/sartography-workflow-lib update package version 2023-02-07 11:19:48 -05:00
.editorconfig initial commit 2020-01-10 15:35:43 -05:00
.eslintrc.json Removes unnecessary rulesets and tweaks rules to be less restrictive. 2021-08-13 18:12:31 -04:00
.gitignore Update from Angular 12 to 13. 2023-01-19 10:09:00 -05:00
.sonarcloud.properties Update sonarcloud properties 2021-11-01 15:28:50 -04:00
.travis.yml assure a modern version of node.js, and npm of at least 7.10 2021-08-10 11:14:38 -04:00
README.md Adding the task_id to the workflow navigation. 2020-05-14 14:44:35 -04:00
angular.json Update from Angular 13 to 14. 2023-01-19 10:18:28 -05:00
package-lock.json Bump http-cache-semantics from 4.1.0 to 4.1.1 2023-02-07 16:20:57 +00:00
package.json update peer dependencies 2023-02-07 11:16:05 -05:00
sonar-project.properties Adds travis and sonar config 2020-02-08 11:21:20 -05:00
tsconfig.json Update from Angular 13 to 14. 2023-01-19 10:18:28 -05:00

README.md

SartographyLibraries

This project was generated with Angular CLI version 8.3.15.

Re-publishing the library to npm

Run npm run bump.

You only need to do this if you run into an issue during the bump, if you fix it, you can then republish it. Run npm run republish.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.