You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let provide = makeProvideDecorator(container);
let fluentProvider = makeFluentProvideDecorator(container);
let provideNamed = function(identifier, name) {
return fluentProvider(identifier)
.whenTargetNamed(name)
.done();
};
failed on inversify-binding-decorators 4.0.0
can't not find makeProvideDecorator and makeFluentProvideDecorator
how to fix on inversify-binding-decorators 4.0.0?
The text was updated successfully, but these errors were encountered:
Sorry for necroposting, but your comment doesn't fix anything. If a user willing to learn the library find this, like I did the first time, it's not that he knows the solution and probably can't figure out himself since it's here looking for a example to thinker with.
I just ran into the same problem. Still trying to figure out different combination to load modules and use @provide works. Inversify keeps reporting error: No matching bindings found for serviceIdentifier: aaaa.
Travis CI failed
failed on inversify-binding-decorators 4.0.0
can't not find makeProvideDecorator and makeFluentProvideDecorator
how to fix on inversify-binding-decorators 4.0.0?
The text was updated successfully, but these errors were encountered: