angular/modules/playground/src
Tobias Bosch 7ae23adaff feat(core): speed up view creation via code gen for view factories.
BREAKING CHANGE:
- Platform pipes can only contain types and arrays of types,
  but no bindings any more.
- When using transformers, platform pipes need to be specified explicitly
  in the pubspec.yaml via the new config option
  `platform_pipes`.
- `Compiler.compileInHost` now returns a `HostViewFactoryRef`
- Component view is not yet created when component constructor is called.
  -> use `onInit` lifecycle callback to access the view of a component
- `ViewRef#setLocal` has been moved to new type `EmbeddedViewRef`
- `internalView` is gone, use `EmbeddedViewRef.rootNodes` to access
  the root nodes of an embedded view
- `renderer.setElementProperty`, `..setElementStyle`, `..setElementAttribute` now
  take a native element instead of an ElementRef
- `Renderer` interface now operates on plain native nodes,
  instead of `RenderElementRef`s or `RenderViewRef`s

Closes #5993
2016-01-05 08:56:46 -08:00
..
animate refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
async feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
gestures chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
hash_routing refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
hello_world feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
http refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
jsonp refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
key_events refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
material feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
model_driven_forms feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
observable_models feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
order_management feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
person_management feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
relative_assets feat(core): provide support for relative assets for components 2015-12-09 16:28:49 -08:00
routing refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
sourcemap refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
svg fix(compiler): support properties on SVG elements 2015-12-08 02:18:07 +00:00
template_driven_forms feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
todo refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
upgrade refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00
web_workers feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
zippy_component refactor(playground): remove imports from 'angular2/angular2' 2015-12-10 21:46:51 +00:00