angular-docs-cn/packages/core/test/view
Miško Hevery 6279e50d78 perf(core): use native addEventListener for faster rendering. (#18107)
Angular can make many assumptions about its event handlers. As a result
the bookkeeping for native addEventListener is significantly cheaper
than Zone's addEventLister which can't make such assumptions.

This change bypasses the Zone's addEventListener if present and always
uses the native addEventHandler. As a result registering event listeners
is about 3 times faster.

PR Close #18107
2017-07-25 15:35:44 -05:00
..
anchor_spec.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
component_view_spec.ts perf(core): use native addEventListener for faster rendering. (#18107) 2017-07-25 15:35:44 -05:00
element_spec.ts perf(core): use native addEventListener for faster rendering. (#18107) 2017-07-25 15:35:44 -05:00
embedded_view_spec.ts fix(animations): use a lightweight renderer for non-animation components (#17003) 2017-05-26 14:39:42 -06:00
helper.ts ci: update build to use TypeScript 2.3.2 (#16707) 2017-05-16 13:29:38 -07:00
ng_content_spec.ts fix(animations): use a lightweight renderer for non-animation components (#17003) 2017-05-26 14:39:42 -06:00
provider_spec.ts refactor: fix typos (#18000) 2017-07-07 16:55:17 -07:00
pure_expression_spec.ts fix(compiler): emits quoted keys only iff they are quoted in the original template 2017-07-07 16:17:33 -07:00
query_spec.ts feat: introduce `TestBed.overrideProvider` (#16725) 2017-05-15 13:12:10 -07:00
services_spec.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
text_spec.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
view_def_spec.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00