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
I'd like to be able to build my angular application for production and then change the api urls and oauth config between environments. Is there a way to do this or can it be built-in?
The text was updated successfully, but these errors were encountered:
Angular UI modules can't access the application environment directly. The environment passes to the CoreModule inside the AppModule. See the AppModule.
Then, CoreModule add the environment to the ConfigState. All Angular UI modules consume the environment via ConfigState.
We can create an action named SetEnvironment to change the environment dynamically.
I'd like to be able to build my angular application for production and then change the api urls and oauth config between environments. Is there a way to do this or can it be built-in?
The text was updated successfully, but these errors were encountered: