You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to lazyload some modules only when a page is visited because my main.js file is too big (3.4MB).
I am using AngularJs 1.6 (typescript), webpack, ui-router, and oclazyload.
oclazyload works for me when I use it for js libraries:
I am trying to lazyload some modules only when a page is visited because my main.js file is too big (3.4MB).
I am using AngularJs 1.6 (typescript), webpack, ui-router, and oclazyload.
oclazyload works for me when I use it for js libraries:
but it does not work well when I use it for module.ts files:
this code runs, but the the main.js file is still 3.4 MB, and it does not inject that module at the first time you visit.
Thanks in advance!
The text was updated successfully, but these errors were encountered: