i do not know if this is deserves its own post
this could be a bug (i'm not sure)
if i wanted to use a service in the main.ts that i would just have to do
const service = app.get(MyService) for example loading a custom config service
but it seems this no longer works according to wodCZ { strict: false } would need to be added at first this seemed to work untill it didn't
i managed to get this working by using the service as a provider in the app.module
i will tag this as solved because i got it working
but is this indented/right/a bug/else? at this point i'm just confused