angular-docs-cn/modules/benchmarks/src
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
..
change_detection refactor(change_detector): made change detection responsible for processing events 2015-08-17 15:39:00 +00:00
compiler refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
costs feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
di feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
element_injector feat(di): removed app injector 2015-07-01 13:33:43 -07:00
largetable feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
naive_infinite_scroll fix(benchmarks): remove reference to String.prototype.contains() 2015-08-12 23:16:57 +00:00
static_tree feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
tree chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
index.html feat(benchmark): add static_tree benchmark 2015-07-22 10:58:50 -07:00