After transitioning from using AngularJS 1.4 and plain JavaScript to now working with AngularJS 1.5 but utilizing TypeScript, I have found it challenging to find helpful documentation. For instance, when trying to inject services like $q
or $timeout
into my classes, I had to rely on guessing the correct names as they are actually called angular.IQService
and angular.ITimeoutService
, respectively.
I hope that explanation makes sense. Thank you for your help.