Angular 5 CLI-based BPMN project now on Github

@ANKUR_PESHIN as Narve indicated the error message is clear: The PaletteProvider does not properly declare its dependencies in a minification save way, i.e. via:

function PaletteProvider(dependency1, dependency2) {
  ...
}

PaletteProvider.$inject = [ 'dependency1', 'dependency2' ];

Maybe you can help him to fix this issue by tracking down the bug and filling a pull request against his repository?

That is the OSS way of doing it!