working with the app config to create the module
I would like some help creating my module, I'm trying to use app.config but I don't understand very well how to work with the types
According to the documentation, the solution is to use "AppConfigInput", but from this how should I access the information from app.config.ts, because if I try to use "useAppConfig()" the typing of the same is inconsistent in relation to what was defined from 'AppConfigInput'
0 Replies