Go to file
Aaron Louie bab38a0ea8 Makes the linter happy. 2020-01-17 16:17:03 -05:00
e2e Adds sonar scanner. 2020-01-14 17:14:10 -05:00
src Makes the linter happy. 2020-01-17 16:17:03 -05:00
.editorconfig On second thought, let's not add yet another framework. Sticking with Angular. 2020-01-07 09:27:10 -05:00
.gitignore Uses the same gitignore as cr-connect-frontend 2020-01-14 17:13:50 -05:00
.sonarcloud.properties Adds CI files. Edits project properties 2020-01-14 16:52:39 -05:00
.travis.yml Trying to fix Travis Chrome thing 2020-01-17 16:07:26 -05:00
Dockerfile Adds Dockerfile and staging configuration 2020-01-14 09:35:36 -05:00
README.md Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
angular.json Moves API methods to reusable library. 2020-01-15 12:16:57 -05:00
browserslist Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
karma.conf.js Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
package-lock.json Adds remaining unit tests. 2020-01-17 16:02:28 -05:00
package.json Adds remaining unit tests. 2020-01-17 16:02:28 -05:00
sonar-project.properties Adds CI files. Edits project properties 2020-01-14 16:52:39 -05:00
tsconfig.json Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00
tslint.json Adds example code from bpmn-js-example-angular-properties-panel 2020-01-10 14:15:33 -05:00

README.md

BpmnJsAngular

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.