Is there any way to enable AngularJS plugin in project without having AngularJS source code downloaded?

0
1 comment

No. For AngularJS (https://angularjs.org/), you need to have angular.js file (debug version, non-compressed, not obfuscated) in your project. See https://blog.jetbrains.com/webstorm/2014/03/angularjs-workflow-in-webstorm/

For Angular (https://angular.io/), having @angular modules installed locally is required (https://blog.jetbrains.com/webstorm/2016/04/angular-2-workflow-in-webstorm/)

0

Please sign in to leave a comment.