Closed ghost closed 9 years ago
Thank you, this was already overdue! :wink:
Ah, btw because I saw it after merging – you can also write @injector.map('...').to()
instead of @injector.map('...').toStaticValue()
, those are aliases :wink: I just kept the toStaticValue
method for backward compatibility
When Space.Application is used from a package there were problems with undefined globals. Using weak dependencies fixes this.