angular-docs-cn/modules/angular2/src/mock
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
..
location_mock.ts fix(dart): @proxy is a value, not a factory 2015-08-06 10:02:49 -07:00
mock_location_strategy.ts feat(router): add `back()` support to `MockLocationStrategy` 2015-08-03 22:24:57 +00:00
ng_zone_mock.ts feat(build): require parameter types 2015-07-21 06:20:13 -07:00
view_resolver_mock.ts refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00