angular/modules/angular2/test
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
benchmark/transform refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +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 refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
mock refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +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 fix(Typings): Remove public exports added in 1926335b85 2015-09-11 19:16:57 -07:00
tools feat(perf): change detection profiler 2015-09-09 01:12:58 +00:00
web_workers fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00