I want to use Angularjs with TypeScript.
To solve TS2095: Could not find symbol 'angular' error, I downloaded ts files from here and added references to controllers.ts like this:
/// <reference path="angular.d.ts" />
/// <reference path="jquery.d.ts" />
var mathML = angular.module('mathML', []);
But I still have similar error like this:
angular.d.ts(33,28): error TS2095: Could not find symbol 'JQuery'.
How can I solve this error?
Is there better way to setup environment to use Angularjs with TypeScript?
tsdit sets up the paths for you definitelytyped.org/tsd