Reusable code
Go to file
Dan Funk d6b2448720 Re-working how the properties are read on tasks.
fixing childcount to child_count.
2020-05-15 11:18:03 -04:00
projects/sartography-workflow-lib Re-working how the properties are read on tasks. 2020-05-15 11:18:03 -04:00
.editorconfig initial commit 2020-01-10 15:35:43 -05:00
.gitignore Ignores Sonar scanner working directory 2020-02-08 12:36:04 -05:00
.sonarcloud.properties Removes sonar token and sonar-scanner npm package. 2020-02-12 10:43:32 -05:00
.travis.yml Removes sonar token and sonar-scanner npm package. 2020-02-12 10:43:32 -05:00
README.md Adding the task_id to the workflow navigation. 2020-05-14 14:44:35 -04:00
angular.json Re-working how the properties are read on tasks. 2020-05-15 11:18:03 -04:00
package-lock.json Adding the task_id to the workflow navigation. 2020-05-14 14:44:35 -04:00
package.json Adding the task_id to the workflow navigation. 2020-05-14 14:44:35 -04:00
sonar-project.properties Adds travis and sonar config 2020-02-08 11:21:20 -05:00
tsconfig.json Adds workflow library. 2020-01-13 15:45:59 -05:00
tslint.json initial commit 2020-01-10 15:35:43 -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.