Lazy loading Angular modules with ocLazyLoad

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

With the ocLazyLoad you can load AngularJS modules on demand. This is very handy for runtime loading of Angular modules in large applications.

Motti
~ 9 years ago

How would you go around lazy loading directives?

Kemal Tatar
~ 8 years ago

Hi there, I wonder; don't you build your project? If I understand right, when your application initialized, you don't send all the files but when necessary your app request the js, css or html file and server responds the file then your app could use them.

I'm really confused about that please help me to see the point.

Thanks