v1.2.0
fixed 2 bugs:
- when importing a class using
@Inject
decorator the inject was done immediately, now it is lazy loaded on first access - when stringify of
DIContainer.get
class props result was circular it threw error, now it works
fixed 2 bugs:
@Inject
decorator the inject was done immediately, now it is lazy loaded on first accessDIContainer.get
class props result was circular it threw error, now it works