failed on inversify-binding-decorators 4.0.0
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?
@thaiwu0107 inversify-binding-decorators comes with provide and fluentProvider by default. I do not believe you need them lines now
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.
this still appears to be broken