Is it possible to define a local variable in the controller of type ng.IQService ( private _q: ng.IQService;
) without requiring injection?
My technology stack includes typescript and angular.
The reason for this requirement is due to existing legacy code that instantiates some objects of the controller type within the controller.