joist
joist copied to clipboard
Add option for inject to require a manually defined dependency.
Allow the inject function to require a provider to be defined. This would mean no fall back to the global injector.
inject(MyService, { fallback: false })
Cc @Phoscur