angular/modules/@angular/core/src/view
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
..
element.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
errors.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
index.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
ng_content.ts feat(core): view engine - support content projection (#14209) 2017-02-01 09:29:51 -06:00
provider.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
pure_expression.ts feat(core): view engine - add missing DI features (#14225) 2017-02-01 14:16:01 -06:00
query.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
refs.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
text.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
types.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
util.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00
view.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
view_attach.ts feat(core): view engine - integrate with ComponentFactory (#14237) 2017-02-03 15:07:12 -06:00