angular/modules/angular2/test/core
Misko Hevery ea6673947c refactor: rename annotations to metadata
BREAKING CHANGE (maybe)

Well as long as our customers use public API this should not be a
breaking change, but we have changed import structure as well as
internal names, so it could be breaking.

import:
  angular2/annotations => angular2/metadata

Classes:
  *Annotations => *Metadata
  renderer.DirectiveMetadata => renderer.RendererDirectiveMetadata
  renderer.ElementBinder => renderer.RendererElementBinder
  impl.Directive => impl.DirectiveMetadata
  impl.Component => impl.ComponentMetadata
  impl.View => impl.ViewMetadata

Closes #3660
2015-08-17 21:23:25 +00:00
..
compiler refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
life_cycle fix(core): export LifeCycle at top-level modules 2015-07-30 21:52:29 +00:00
metadata refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
pipes refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
testability feat(testability): hook zone into whenstable api with async support 2015-07-24 12:46:12 -07:00
zone chore(browsers): fix failing tests in IE11 2015-08-04 22:45:46 +02:00
application_spec.ts refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
directive_lifecycle_integration_spec.ts refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
exception_handler_spec.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00: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 refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00