angular-cn/modules/angular2/test/core
Tobias Bosch 5dee8e26cc fix(views): remove dynamic component views, free host views, free embedded views
Closes #2472
Closes #2339

BREAKING CHANGE
- `Compiler.compile` has been removed, the only way to compile
  components dynamically is via `Compiler.compileInHost`
- `DynamicComponentLoader.loadIntoExistingLocation` has changed:
  * renamed into `loadIntoLocation`
  * will always create the host element as well
  * requires an element with a variable inside of the host component view
    next to which it will load new component.
- `DynamicComponentLoader.loadNextToExistingLocation` was renamed into
  `DynamicComponentLoader.loadNextToLocation`
- `DynamicComponentLoader.loadIntoNewLocation` is removed
  * use `DynamicComponentLoader.loadNextToLocation` instead
    and then move the view nodes
    manually around via `DomRenderer.getRootNodes()`
- `AppViewManager.{create,destroy}Free{Host,Embedded}View` was removed
  * use `AppViewManager.createViewInContainer` and then move the view nodes
    manually around via `DomRenderer.getRootNodes()`
- `Renderer.detachFreeView` was removed. Use `DomRenderer.getRootNodes()`
  to get the root nodes of a view and detach them manually.
2015-06-17 11:33:51 -07:00
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler fix(views): remove dynamic component views, free host views, free embedded views 2015-06-17 11:33:51 -07:00
life_cycle feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00
application_spec.ts fix: improve type safety by typing `refs`. 2015-06-12 18:02:07 -07:00
directive_lifecycle_integration_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00