Properly include OpenAPI client into project #21
Labels
enhancement
New feature or request
longterm
Issues or pull requests that relevent for longterm support
Ops
Issues or pull requests relevant for Team 3: Ops Tooling
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.
The text was updated successfully, but these errors were encountered: