angular-cn/packages/core/test/view
Victor Berchet 0833b59aab refactor(core): add a checkIndex to the compiler view nodes
Each node now has two index: nodeIndex and checkIndex.

nodeIndex is the index in both the view definition and the view data.
checkIndex is the index in in the update function (update directives and update
renderer).

While nodeIndex and checkIndex have the same value for now, having both of them
will allow changing the structure of view definition after compilation (ie for
runtime translations).
2017-10-04 14:55:54 -07:00
..
anchor_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
component_view_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
element_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
embedded_view_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
helper.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
ng_content_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
provider_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
pure_expression_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
query_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
services_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
text_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
view_def_spec.ts refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00