saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Extending @Component() classes #52

Open damjangelovski opened 8 years ago

damjangelovski commented 8 years ago

Should work when only the base class is a @Component, when both classes are @Component and when base class is abstract. P.S. Injection and error-handling should work too.