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
Hi,
According to the docs https://oclazyload.readme.io/docs/systemjs, Systemjs should works without any issues already but it looks like oclazyload is not loading new modules into angular structure. There is no error in console so Im not sure what happening. I created this repo as an example https://github.com/kresli/systemjs-oclazyload-seed-example. Even I can see that the modules went through the oclazyload, the run function in third module is not evaluated.
After cloned repo please run this commands: npm install ./node_modules/jspm/jspm.js install ./node_modules/serve/bin/serve
The text was updated successfully, but these errors were encountered:
Looks like this is issue with oclazyload version. As @scottmcnab described here #221, revert oclazyload to lower version from 1.0.4 to 1.0.3 cause config successfully initialised but run is still not invoked. However, degrading oclazyload to 1.0.1 version, everything works ok.
Hi,
According to the docs https://oclazyload.readme.io/docs/systemjs, Systemjs should works without any issues already but it looks like oclazyload is not loading new modules into angular structure. There is no error in console so Im not sure what happening. I created this repo as an example https://github.com/kresli/systemjs-oclazyload-seed-example. Even I can see that the modules went through the oclazyload, the run function in third module is not evaluated.
After cloned repo please run this commands:
npm install
./node_modules/jspm/jspm.js install
./node_modules/serve/bin/serve
The text was updated successfully, but these errors were encountered: