I can not understand why PHPStorm does not define the angularJS library, although I connected it correctly angular in app

settings of app

    1 answer 1

    Unfortunately not. More precisely, you connected it correctly, but this is not the library that is needed in this case. To enable AngularJS support for a project, you need an angular.js file (debug version, not minified and not scrambled). Typescript stubs (d.ts) are not suitable in this case. See http://blog.jetbrains.com/webstorm/2014/03/angularjs-workflow-in-webstorm/ , ' Include angular.js in Your Project '