/ng-bpmn

BPMN components for Angular

Primary LanguageTypeScriptMIT LicenseMIT

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