angular-cn/modules/@angular/upgrade/test/static/integration
Miško Hevery c33fda2607 perf: Don’t subclass Error; resulting in smaller binary (#14160)
Subclassing errors is problematic since Error returns a
new instance. All of the patching which we do than prevent
proper application of source maps.

PR Close #14160
2017-02-07 19:18:26 -06:00
..
change_detection_spec.ts feat(upgrade): return a function (instead of array) from `downgradeInjectable()` (#14037) 2017-02-01 09:29:51 -06:00
content_projection_spec.ts test(upgrade): test projection on downgraded components with structural directives (#14276) 2017-02-03 15:08:26 -06:00
downgrade_component_spec.ts fix(upgrade): pass correct values to `ngOnChanges` for interpolation bindings (#14301) 2017-02-07 12:45:14 -06:00
examples_spec.ts feat(upgrade): return a function (instead of array) from `downgradeInjectable()` (#14037) 2017-02-01 09:29:51 -06:00
injection_spec.ts feat(upgrade): return a function (instead of array) from `downgradeInjectable()` (#14037) 2017-02-01 09:29:51 -06:00
testability_spec.ts feat(upgrade): return a function (instead of array) from `downgradeInjectable()` (#14037) 2017-02-01 09:29:51 -06:00
upgrade_component_spec.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00