angular/modules/playground/src/web_workers/todo
Tobias Bosch 9092ac79d4 refactor(core): support non reflective bootstrap.
This changes Angular so that it can be used without reflection (assuming a codegen for injectors).

BREAKIKNG CHANGE:
- Drops `APP_COMPONENT` provider. Instead, inject
  `ApplicationRef` and read its `componentTypes` property.
- long form bootstrap has changed into the following:
  ```
  var platform = createPlatform(ReflectiveInjector.resolveAndCreate(BROWSER_PROVIDERS));
  var appInjector =
    ReflectiveInjector.resolveAndCreate([BROWSER_APP_PROVIDERS, appProviders], platform.injector);
  coreLoadAndBootstrap(appInjector, MyApp);
  ```
2016-04-20 11:34:11 -07:00
..
css chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
services refactor(WebWorker): Use the new generic bootstrap. 2015-12-03 19:51:43 +00:00
background_index.dart refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
background_index.ts refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
index.dart refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
index.html chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
index.ts refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
index_common.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
index_web_socket.dart refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
index_web_socket.html chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
loader.js fix(WebWorker): Don't send messages when the buffer is empty 2015-10-29 04:00:04 +00:00
server_index.dart refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
todo.html feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00