All Questions
Tagged with angularjs-module requirejs
1 question
6
votes
2
answers
1k
views
AngularJs Lazy Loadng without RequireJS
In a large scale application, How do we lazy load modules, controllers, services whenever needed without loading those in the index.html. Here I'm referring to load the entire js in the relevant ...