Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration always blank #6

Open
dalevaldez09 opened this issue Sep 1, 2022 · 4 comments
Open

Configuration always blank #6

dalevaldez09 opened this issue Sep 1, 2022 · 4 comments

Comments

@dalevaldez09
Copy link

I think there is no problem with my urlFactory,


AngularRuntimeConfigModule.forRoot(Configuration, {
      log:true,
      urlFactory: () => [ 'appsettings.json' ]
    }),
@dalevaldez09
Copy link
Author

image

@dalevaldez09
Copy link
Author

image

@vdolek
Copy link
Owner

vdolek commented Sep 1, 2022

Do you see request to appsettings.json in network tab in developer tools?

@dalevaldez09
Copy link
Author

Do you see request to appsettings.json in network tab in developer tools?

No, does this library make http requsts?
What I wanted to, is to use libraries that is going to load json file on runtime without http requests, this json file is configurable and does contain credentials which is to be hidden from user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants