Skip to content

wangrupeng/ng-bpmn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular BPMN

Standalone BPMN components for your Angular applications.

ng-bpmn

Prerequisites

Installing

npm i @DenysVuika/ng-bpmn

Basic Usage

<ng-bpmn [url]="diagramUrl" [showProperties]="true" [showMinimap]="true" hotkeys="true" />

<ng-dmn [url]="diagramUrl" [showProperties]="true" [hotkeys]="true" />

<ng-cmmn [url]="diagramUrl" [showProperties]="true" [hotkeys]="true" />

Components

Please refer to the component docs for more details and examples:

Demo Application

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

BPMN

ng-bpmn

DMN

ng-dmn

CMMN

ng-cmmn

About

BPMN components for Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.9%
  • HTML 8.9%
  • SCSS 6.0%
  • JavaScript 0.2%