This project was generated with Angular CLI version 14.2.7.
✍🏼 Please add general information about your module here.
This step-by-step manual guides you through the steps, to build a Atroposs-module (Angular-library). The module can be published to npmjs.org and then be imported into Angular applications.
Note: If you want to publish to npmjs.org you need an account (it's free :)
This section is important for the Atroposs-Team to know what your package is named, what is uses and what assets can/need to be linked.
Please fill in the following information about your package and put it in your package README-file (below are some examples):
{
"name": "atroposs-sample-module",
"shortName": "spm-module",
"rootRoute": "spm-module",
"companylogo": "assets/images/logo.png",
"usesWebworker": "yes",
"webworkerFilePath": "projects/atroposs-sample-module/assets/webworker/webworker.worker.ts",
"usesWebassembly": "yes",
"webassemblyType": "python"
}