angular-cn/modules/@angular/compiler-cli/test
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
..
mocks.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
reflector_host_spec.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
static_reflector_spec.ts refactor(core): remove `…Metadata` for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00