angular-cn/packages/core/test/render3
Miško Hevery 08a18b82de refactor(common): Remove ngOnChanges from NgForOf (#23378)
`NgForOf` used to implement `OnChanges` and than use
`ngOnChanges` callback to detect when `ngForOf` binding
changed to update the differ. We now do the checking
manually which puts less pressure on the runtime to do
the bookkeeping and should result in minor perf improvement.

PR Close #23378
2018-06-04 13:24:43 -07:00
..
compiler_canonical feat(ivy): add support for short-circuiting (#24039) 2018-05-25 13:46:50 -04:00
ivy fix: merge collision (#24054) 2018-05-22 14:49:38 -04:00
BUILD.bazel feat(ivy): first steps towards JIT compilation (#23833) 2018-05-21 19:13:50 -04:00
basic_perf.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
change_detection_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
common_integration_spec.ts fix(ivy): properly destroy view trees where root is an embedded view without children (#23482) 2018-04-24 11:15:16 -07:00
common_with_def.ts refactor(common): Remove ngOnChanges from NgForOf (#23378) 2018-06-04 13:24:43 -07:00
component_spec.ts refactor(ivy): make return value of define(Component|Directive|Pipe|Injector|Injectable) private (#23371) (#23383) 2018-04-14 20:40:14 -07:00
content_spec.ts feat(ivy): separate attributes for directive matching purposes (#23991) 2018-05-30 09:56:34 -07:00
control_flow_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
define_spec.ts fix(ivy): account for multiple changes between change detection runs (#24152) 2018-05-31 14:08:23 -07:00
di_spec.ts refactor(ivy): move id to TView (#24264) 2018-06-03 20:46:12 -07:00
directive_spec.ts feat(ivy): separate attributes for directive matching purposes (#23991) 2018-05-30 09:56:34 -07:00
domino.d.ts feat(core): Moving Renderer3 into @angular/core (#20855) 2017-12-21 21:40:58 -08:00
exports_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
imported_renderer2.ts feat(ivy): implement pipes (#22254) 2018-03-07 20:58:48 -08:00
instructions_spec.ts refactor(ivy): simplify bind instruction to reuse bindingUpdated logic (#23881) 2018-05-30 16:38:46 -07:00
integration_spec.ts test(ivy): update TNode counts to reflect changes in #24113 (#24208) 2018-05-30 14:27:22 -07:00
lifecycle_spec.ts feat(ivy): support lifecycle hooks of ViewContainerRef (#23396) 2018-04-25 19:02:00 -07:00
listeners_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
load_domino.ts test(ivy): Add small_app spec for sprint #3 (#22018) 2018-02-18 13:18:54 -08:00
node_selector_matcher_spec.ts feat(ivy): separate attributes for directive matching purposes (#23991) 2018-05-30 09:56:34 -07:00
outputs_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
perfCounter_spec.ts perf(ivy): add performance counters in ngDevMode (#23385) 2018-05-01 10:27:40 -07:00
pipe_spec.ts feat(ivy): add support for short-circuiting (#24039) 2018-05-25 13:46:50 -04:00
properties_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
pure_function_spec.ts feat(ivy): add support for short-circuiting (#24039) 2018-05-25 13:46:50 -04:00
query_list_spec.ts feat(ivy): implement QueryList array-related methods (#21778) 2018-01-25 22:19:43 -08:00
query_spec.ts fix(ivy): query nodes from different TemplateRefs inserted into one ViewContainerRef (#24254) 2018-06-02 10:34:52 -07:00
render_util.ts refactor(ivy): simplify bind instruction to reuse bindingUpdated logic (#23881) 2018-05-30 16:38:46 -07:00
renderer_factory_spec.ts feat(ivy): support renderer.destroy and renderer.destroyNode hooks (#24049) 2018-05-30 09:57:51 -07:00
testing_spec.ts test(ivy): Add small_app spec for sprint #3 (#22018) 2018-02-18 13:18:54 -08:00
util_spec.ts feat(ivy): support deep queries through view boundaries (#21700) 2018-01-24 22:18:38 -08:00
view_container_ref_spec.ts feat(ivy): add support for short-circuiting (#24039) 2018-05-25 13:46:50 -04:00