angular/modules/angular2/src
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
..
animate feat(animate): adds basic support for CSS animations on enter and leave 2015-09-14 17:37:09 +00:00
compiler feat(compiler): support creating template commands 2015-09-12 01:16:06 +00:00
core feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
http chore(build): replace traceur-runtime with es6-shim. 2015-09-14 21:02:29 +00:00
mock feat(animate): adds basic support for CSS animations on enter and leave 2015-09-14 17:37:09 +00:00
router refactor(router): Switch from using APP_COMPONENT binding to a manual ROUTER_PRIMARY_COMPONENT binding. 2015-09-14 23:37:39 +00:00
test_lib chore(docs): typo 2015-09-14 18:07:31 +00:00
tools feat(perf): change detection profiler 2015-09-09 01:12:58 +00:00
transform/template_compiler feat(compiler): add change detector generation 2015-09-10 00:59:34 +00:00
web_workers feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00