angular/modules
Alex Rickabaugh 97d1844bfc feat(core): Add a long-form syntax for Angular bootstrapping.
This change adds a syntax for bootstrapping Angular on a page that allows more fine-grained control of the hierarchy created. platform() creates a platform injector (of which there can only be one). From the platform, .application() creates an Angular application including a Zone and all specified application bindings (e.g. for the DOM, HTTP, Compiler, Renderer, etc). At the application level, .bootstrap() will bootstrap the given component into that application.

Closes #3852
2015-09-14 23:37:39 +00:00
..
angular1_router fix(build): lazy-require es6-shim in the a1 router to prevent npm/gulp issues 2015-09-14 15:38:10 -07:00
angular2 feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
angular2_material chore(material): add unit tests for MdButton. 2015-09-14 14:36:57 -07:00
benchmarks chore(benchmarks): enable the transformer on the static_tree benchmark 2015-09-11 23:03:29 +00:00
benchmarks_external chore(benchmarks): rename static_tree to static_tree_perf 2015-09-09 03:58:26 +00:00
benchpress chore(build): replace traceur-runtime with es6-shim. 2015-09-14 21:02:29 +00:00
examples refactor(router): Switch from using APP_COMPONENT binding to a manual ROUTER_PRIMARY_COMPONENT binding. 2015-09-14 23:37:39 +00:00