1
0
Форкнуть 0
The BPMN shapes help us to represent internal business processes in a graphical notation. They enable you to communicate procedures in a standard manner. These shapes are popular and intuitive graphics that can be easily understood by all business stakeholders, including business users, business analysts, software developers, and data architects.
Перейти к файлу
shyamg1991 f97ba7f768
Merge pull request #12 from sivaranjith-78/patch-1
913515: Update app.component.ts
2024-11-08 12:34:42 +05:30
src 913515: Update app.component.ts 2024-10-10 17:59:49 +05:30
.browserslistrc Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
.editorconfig Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
.gitignore Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
README.md Feature(EJ2-65076):Readme updated. 2023-01-30 17:51:49 +05:30
angular.json Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
karma.conf.js Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
package.json Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
tsconfig.app.json Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
tsconfig.json Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30
tsconfig.spec.json Feature(EJ2-65076): Bpmn showcase. 2023-01-18 19:36:44 +05:30

README.md

ej2-angular-bpmn-editor

The BPMN shapes help us to represent internal business processes in a graphical notation. They enable you to communicate procedures in a standard manner. These shapes are popular and intuitive graphics that can be easily understood by all business stakeholders, including business users, business analysts, software developers, and data architects.

Prerequisite 

Install Node version - 14.17.3 from https://nodejs.org/en/download/

Install Angular CLI - 14.2.9 using the below command

npm i @angular/cli@14.2.9

To Install all packages

Use the below command to install all dependent packages.

npm install

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

To Run the application

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

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.