angular-cn/packages/core/test/bundling
Alex Rickabaugh bd3b0564e6 fix(ivy): sync ViewRefs between multiple ViewContainerRefs (#30985)
Previously, multiple ViewContainerRef instances (obtained by injecting
ViewContainerRef multiple times) each had private state that could be out of
sync with actual LContainer, if views were inserted/removed/queried across
the different instances. In particular each instance had its own array which
tracked ViewRefs inserted via that instance.

This commit moves the ViewRefs array onto the LContainer itself, so that it
can be shared across multiple ViewContainerRef instances. A test is added
that verifies ViewContainerRefs now provide a consistent view of the
container.

FW-1377 #resolve

PR Close #30985
2019-06-21 10:18:06 -07:00
..
animation_world build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
core_all build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
cyclic_import build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
hello_world build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
hello_world_i18n build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
hello_world_r2 build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
injection feat(ivy): require 'token' for ngInjectableDef (#30855) 2019-06-11 14:27:16 -07:00
todo fix(ivy): sync ViewRefs between multiple ViewContainerRefs (#30985) 2019-06-21 10:18:06 -07:00
todo_i18n build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
todo_r2 build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
util build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00