single page application - Routing in AngularJS is not working. '.config' keyword is not identified -
I used routing in AngularJS in one of the applications. This is working fine and is highlighted by .config
webstorm as it is capable of identifying the command / keyword as shown below
It is shown as 'non-executed operation store'
But when I tried to use the same .config < / Code> In another project, it is not working and I have examined the required libraries and every other step many times but there can be no difference except this
.config
and in other project Did not recognize.
In another project, it has been shown:
'Unsoluted Function or Method Config'
What are the possible reasons?
Comments
Post a Comment