angular/modules/angular2/test/render/dom/view
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
..
proto_view_builder_spec.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
proto_view_merger_integration_spec.ts refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
shared_styles_host_spec.ts refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
view_spec.ts chore(browsers): fix failing tests in IE11 2015-08-04 22:45:46 +02:00