Nick Zhu

Results 3 issues of Nick Zhu

Something like: ``` ctx.register({ SomeService: { type: ServiceType, args: [args, for, some, service] } // If you wanted to get fancy // You could even allow referencing other // services...

enhancement

Currently, we have this: ``` var SomeClass = function() { this.dependencies = ['someDep_=SomeService, someOtherDep_=SomeOtherService']; ctx.initialize(); } ``` Registering dependencies as a string seems little clunky, and having a shared ctx...

enhancement

Be able to pass in constructor parameters for proto get

enhancement