AngularJS tooling

From Wiki @ Karl Jones dot com
Revision as of 14:26, 31 December 2016 by Karl Jones (Talk | contribs) (Module loader)

Jump to: navigation, search

The AngularJS framework

Module loader

  • Not required, but recommended.
  • Load only what is needed
  • Provide namespacing
  • Don't need script tags

Modules provide translation between a module (file) and a pseudo module (wrapped function).

See AngularJS module.

Webpack

ES6

ES5

TypeScript

Typings

See also