Standalone BPMN components for your Angular applications.
- Angular 16.x (see also: Angular Standalone Components)
- Nx 16.x
- Node.js 18x (or later)
- NPM 9x (or later)
npm i @DenysVuika/ng-bpmn
<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" />
Please refer to the component docs for more details and examples:
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.