An ExLibris Alma CloudApp, which allows to apply templates to bibliographic records.
Important
The PoC was accepted by SLSP. Further development of this CloudApp will happen in the following repo: https://github.com/Swiss-Library-Service-Platform/record-expander-cloud-app
- Loading bib records from entities in MDE ✓
 - Defining and appling templates with rules ✓
 - Updating NZ bib records from CloudApps ✓ (via SLSP proxy)
 
➡ https://developers.exlibrisgroup.com/forums/topic/update-bib-record-in-nz-via-api/
- Add template definition json file in assets/templates
 - Register the template definition file in assets/templastes/_template-index.json
 
- Rules need a RuleCreator impl.
 - Rules need a RulesArg definition
 - RuleCreators must be registered in app.module.ts (for injection)