As a beginner in Angularjs and web development, I have been using Webstorm to develop my projects. I have already installed the Angularjs plugin, which seems to be working fine in my HTML files. However, I am facing an issue with my .js file. In this file, I have a simple statement:
var myApp = angular.module('myApp', []);
Unfortunately, Webstorm is not detecting the keyword 'angular'. Can anyone help me figure out what steps I might be missing? Thank you.