I am using older version of AngularJS - v1.3. Looking out for corresponding type-script definition files.
Will latest type-script definition be compatible with older library version?
https://www.nuget.org/packages/angularjs.TypeScript.DefinitelyTyped/
Its difficult to find mappings between Angular JS type-script definitions file version & Angular JS library version. Can we just go ahead with latest version of typescript definition available.
EDIT: I had to compare two nuget repositories & took a version where angular.d.ts comment changed from // Type definitions for Angular JS 1.3+ to // Type definitions for Angular JS 1.4+

