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
When providing the host to the AutoEntityServiceModule config, currently only a string can be passed. Allowing a function to be provided would allow the host to be fetched dynamically at runtime instead of bootstrap. This would be helpful for hybrid apps and other use cases where the api endpoint might be dependent on the request or platform.
+ Added ability to pass an async function as url prefix option
+ Added support for dependency injection to config
+ Added package linking for lib
+ Added auto entity service to test app
Issue #232
AutoEntityService
Feature Request:
When providing the host to the AutoEntityServiceModule config, currently only a string can be passed. Allowing a function to be provided would allow the host to be fetched dynamically at runtime instead of bootstrap. This would be helpful for hybrid apps and other use cases where the api endpoint might be dependent on the request or platform.
The text was updated successfully, but these errors were encountered: