[x] Feature request
Yeah, in this image you can see that weatherService.baseUrl return undefined but the globalConfig return the value I need. I would like to access baseUrl so I can make some httpClient request inside service file. Because I'm trying reuse akita from library.

here it is in my project

xxxService.baseUrl return value from globalConfig as default if user unset.
Or you can public globalConfig
I'm using akita as library, so I want to reuse many place, then I want to make an specific query from httpClient like this image, but the baseUrl not there for me.

Angular version:8.2.11
Browser:
- [x] Chrome (desktop) version XX
For Tooling issues:
- Node version: v10.16.2
- Platform: Windows
BTW: Other question here, while using akita in angular library, did you ever seen that, do you know how to fix that? You can answer or not, thanks you so much sir:
WARNING: No name was provided for external module '@datorama/akita' in output.globals – guessing 'akita'
WARNING: No name was provided for external module '@datorama/akita-ng-entity-service' in output.globals – guessing 'akitaNgEntityService'

Have a good day
I've added a getConfig method, you can use it. Btw, you can change two things in your current code:
HttpClient, you can call this.getHttp().setLoading operator.thanks you sir, have a good day
Most helpful comment
I've added a
getConfigmethod, you can use it. Btw, you can change two things in your current code:HttpClient, you can callthis.getHttp().setLoadingoperator.