it:ad:angular.js:howto:understand_lazy_loading

IT:AD:Angular.JS:HowTo:Lazy Loading

The stumbling blocks are:

  • Can't register components against the module after the app has been bootstrapped, you get an error saying the dependency is not defined.

The questions are:

  • what technology to use for lazy loading (that's easy: IT:AD:Require.JS is probably the best).
  • how can we register a component against a module after it's been boostrapped,
    • note: a common proposal to this has been to use Providers for everything…
  • /home/skysigal/public_html/data/pages/it/ad/angular.js/howto/understand_lazy_loading.txt
  • Last modified: 2023/11/04 03:37
  • by 127.0.0.1