Skip to content

Feature Request / Discussion: Offline Capabilities for Angular UI #19165

Discussion options

You must be logged in to vote

I found out after checking the source code that there is an option called skipGetAppConfiguration to skip calling application-configuration and application-localization requests.

However, for OpenID requests, we need to skip calling authService init. So we need an option similar to skipGetAppConfiguration
that skips calling authService.init() even if authService is injected. Let's call the new option skipInitAuthService

Lastly, after enabling skipGetAppConfiguration and skipInitAuthService, we will be able to write custom implementation to load each request when needed only and to caching its response to be used in later (in office mode).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AhmadAlMunajjed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant