I created an AngularJS project and downloaded @types for angular. (npm install --save-dev "@types/angular") My problem is that in VSCode it looks like I don't get any type information for DI services like $scope, $http etc. For angular itself I get the list fine, but for $ services I don't.
For instance $http is reported as 'any'.
How can I get Intellisense and type information for those services too?
