You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
candidates could be:
ngrx
ngxs
angular-redux
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"
The text was updated successfully, but these errors were encountered:
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:
I'd go for the last approach and clean up the current "mess"
The text was updated successfully, but these errors were encountered: