Upgrading from angularjs.TypeScript.DefinitelyTyped 2.1.6 to 3.1.2 the remote accessibility of the angular static variable that I used for the declaration files for the module.
Now a message appears stating that the angular character cannot be resolved correctly.
angular .module("someModule")....
Resharper provides the ability to import a variable from an external module, but this does not work.
Was an angular global variable error detected in earlier versions? Wasn't it intended to be used in the way my project used it?
javascript angularjs typescript
gravidThoughts
source share