2
I’m studying a code from a former employee of the company and he used requireJS + Angularjs. He has created several modules with plenty of services etc, but my question is: when using a service or a directive, do require and angular load the whole module or just the called service or directive? Because I understood the advantages of using require, but I didn’t understand how it works in practice.
You can put the code piece here?
– Sergio