angular/modules/angular2/src/web_workers/worker
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
..
application.dart feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
application.ts feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
application_common.ts feat(core): Add a long-form syntax for Angular bootstrapping. 2015-09-14 23:37:39 +00:00
event_deserializer.dart refactor: rename web-workers to web_workers 2015-08-22 14:20:33 -07:00
event_deserializer.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
event_dispatcher.ts fix(WebWorker): Add zone support to MessageBus 2015-09-08 14:03:58 -07:00
renderer.ts docs(web_workers/worker/renderer.ts): correct typo 2015-09-11 15:25:32 -07:00
xhr_impl.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00