All Questions
Tagged with angularjs-module code-injection
1 question
10
votes
1
answer
5k
views
Angularjs - how to correct inject service from another module that is not depending?
I didn't understand how work modular depending.
I have 3 modules, they are dependent on each other, as shown in the picture.
"App" module includes "module1" and "module2".
"module2" includes "core" ...