Open cluka opened 7 years ago
Which version of aurelia-dependency-injection
? If it's prior to 1.3.0
could you try with it?
I don't know which version. I don't have it in packages.json as a separate library and I'm on aurelia-framework v.1.0.7., the one that came with the skeleton: typescript-webpack-skeleton. How to upgrade it?
I'm submitting a bug report
Please tell us about your environment:
Operating System: Windows 2016 Server
Node Version: 6.9.4
NPM Version: 4.1.1
JSPM OR Webpack AND Version webpack 2.1.0-beta.27
Browser: all
Language: TypeScript 2.1.5
Current behavior: I don't know if this is a bug or me not doing it right. Let's say I have this scenarion:
Now if I do this:
Expected/desired behavior:
I expect that the injected service is the correct one.
What is the expected behavior? I expect that the injected service is the correct one.
What is the motivation / use case for changing the behavior? To abstract common stuff in a base class, and override the one's that changes in derived classes.