#does `Inject` use `strict`?

2 messages · Page 1 of 1 (latest)

elfin ledge
#

Had an issue where Inject(TOKEN) worked but module.get(TOKEN) didn't, but specifying { strict: true } worked.

#

or is module.resolve the better way to replicate the behavior of Inject?