This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Description
The simplest way to use the Angular client is to deploy it into the src directory using a Git submodule. However, a cleaner way is to still use a Git submodule, but have it in a different folder (e.g. external) and to build a NPM package that is then included in the Angular project.
This is the way it is currently done. However, this requires a few changes to the OpenAPI client (which are not yet committed) as well as manual build steps that are currently neither automated, nor documented. To simplify further development, it might be useful to switch to the "lesser" inclusion method until such a time that the necessary resources to properly use an external NPM package are available.