Go to file
Aaron Louie 6112bc1c69 Updates sartography-workflow-lib. 2020-04-21 17:51:40 -04:00
docker Passes environment variables through the Dockerfile 2020-04-14 16:22:34 -04:00
e2e Fixes failing e2e test 2020-03-31 10:35:33 -04:00
src Removes GA key 2020-04-15 10:14:10 -04:00
.editorconfig
.gitignore Uses the same gitignore as cr-connect-frontend 2020-01-14 17:13:50 -05:00
.sonarcloud.properties Running Sonar from Travis CI 2020-02-12 10:34:34 -05:00
.travis.yml Moves AWS CLI install step into deploy script 2020-04-03 15:53:47 -04:00
Dockerfile Locks in package versions. Fixes copy/paste errors in Dockerfile 2020-04-14 23:23:11 -04:00
README.md Adds badges 2020-01-17 16:42:07 -05:00
angular.json Replaces environment files with a single runtime environment file that pulls in environment variables. 2020-04-14 15:42:07 -04:00
browserslist Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
deploy.sh Changes variable name to build_config 2020-04-14 17:21:51 -04:00
karma.conf.js Replaces environment files with a single runtime environment file that pulls in environment variables. 2020-04-14 15:42:07 -04:00
karma.globals.js Replaces environment files with a single runtime environment file that pulls in environment variables. 2020-04-14 15:42:07 -04:00
nginx.conf Adds custom nginx configuration file 2020-02-01 10:48:01 -05:00
package-lock.json Updates sartography-workflow-lib. 2020-04-21 17:51:40 -04:00
package.json Updates sartography-workflow-lib. 2020-04-21 17:51:40 -04:00
sonar-project.properties Adds CI files. Edits project properties 2020-01-14 16:52:39 -05:00
tsconfig.json Fixes broken tests, build warnings, and deprecated TestBed.get errors 2020-02-25 15:03:22 -05:00
tslint.json Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
webpack.config.js Locks in package versions. Fixes copy/paste errors in Dockerfile 2020-04-14 23:23:11 -04:00

README.md

CR Connect BPMN Configurator

Build Status Coverage

This project was generated with Angular CLI version 7.1.1.

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.