angular/modules/@angular/core/test/linker
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
..
change_detection_integration_spec.ts refactor(core): remove …Metadata for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
entry_components_integration_spec.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
integration_spec.ts refactor(core): remove …Metadata for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
ng_container_integration_spec.ts refactor(tests): simplify code (#11485) 2016-09-09 12:04:38 -07:00
ng_module_integration_spec.ts refactor(core): remove …Metadata for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
projection_integration_spec.ts refactor(tests): simplify code (#11485) 2016-09-09 12:04:38 -07:00
query_integration_spec.ts refactor(tests): simplify code (#11485) 2016-09-09 12:04:38 -07:00
query_list_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
regression_integration_spec.ts refactor(tests): simplify code (#11485) 2016-09-09 12:04:38 -07:00
security_integration_spec.ts refactor(tests): simplify code (#11485) 2016-09-09 12:04:38 -07:00
system_ng_module_factory_loader_spec.ts fix(lazy-loading): fix an issue with webpack and lazy loader. (#11387) 2016-09-06 12:06:18 -07:00
view_injector_integration_spec.ts refactor(core): remove …Metadata for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00