I search how I can use lazy load module on an angular cli project. On the angular router page, I see this information :
Angular provides a built-in module loader that supports SystemJS to load modules asynchronously. If you were using another bundling tool, such as Webpack, you would use the Webpack mechanism for asynchronously loading modules.
I tried many things but in angular cli project, i'm not able to do working. Do you have an example or a documentation link to enable this feature.
Thanks
Thanks
I use angular cli version 1.0.0.BETA-24