There is currently no state management library used in the frontend. The application service (app.service.ts) is capable of holding global state - but there is no clear architecture nor a guide on how to use this.
TODO:
- decide if it makes sense to use a state management library for liima
- or if we go with bulid-in angular features - (rxjs)
- advantage: no additional dependecies needed.
I'd go for the last approach and clean up the current "mess"