angular-cn/modules/@angular/core/test/di
Tobias Bosch 63e15ffaec refactor(core): remove `…Metadata` for all decorators and use the decorator directly.
BREAKING CHANGE:
- all `…Metadata` classes have been removed. Use the corresponding decorator
  as constructor or for `instanceof` checks instead.
- Example:
  * Before: `new ComponentMetadata(…)`
  * After: `new Component(…)`
- Note: `new Component(…)` worked before as well.
2016-09-12 22:47:54 -07:00
..
forward_ref_spec.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
injector_spec.ts refactor: IS_DART === false 2016-08-01 11:34:51 -07:00
reflective_injector_spec.ts refactor(core): remove `…Metadata` for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
reflective_key_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00