1. По какой-то совершенно непонятной причине в bpm-constructor-core не работают некоторые фичи JS, например spread operator: при сборке вылезает сообщение типа "bpm-constructor-core/node_modules/tslib doesnt export __spread". Как бы это ни было тупо, но п
npm install bpm-constructor-coreng generate component component-name --project bpm-constructor-core to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project bpm-constructor-core.
--project bpm-constructor-core or else it will be added to the default project in your angular.json file.
ng build bpm-constructor-core to build the project. The build artifacts will be stored in the dist/ directory.
ng build bpm-constructor-core, go to the dist folder cd dist/bpm-constructor-core and run npm publish.
ng test bpm-constructor-core to execute the unit tests via Karma.
ng help or go check out the Angular CLI Overview and Command Reference page.