We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
registrations
resolvers
The API will still be container.register, but asClass, asFunction and asValue will be referred to as resolvers after this change.
container.register
asClass
asFunction
asValue
This is a breaking change:
REGISTRATION
RESOLVER
registrations.ts
resolvers.ts
registrationOptions
loadModules
resolverOptions
The text was updated successfully, but these errors were encountered:
refactor: rename registration to resolver
f98398b
Closes #51
jeffijoe
No branches or pull requests
The API will still be
container.register
, butasClass
,asFunction
andasValue
will be referred to asresolvers
after this change.This is a breaking change:
REGISTRATION
symbol renamed toRESOLVER
registrations.ts
renamed toresolvers.ts
registrationOptions
inloadModules
renamed toresolverOptions
The text was updated successfully, but these errors were encountered: