angular-cn/modules/@angular/compiler/testing
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
..
directive_resolver_mock.ts refactor(core): remove `…Metadata` for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
facade fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
index.ts refactor(core): remove `…Metadata` for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
metadata_overrider.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
ng_module_resolver_mock.ts refactor(core): remove `…Metadata` for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
pipe_resolver_mock.ts refactor(core): remove `…Metadata` for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
private_import_core.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
resource_loader_mock.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
schema_registry_mock.ts fix: merge artifact 2016-08-30 21:37:28 -07:00
test_bindings.ts fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00