angular-cn/packages/core/test/bundling
Matias Niemelä a2e890e4f7 refactor(ivy): get rid of styling cleanup functions outside of styling code (#32591)
Prior to this patch, each time `advance()` would run (or when a
templateFn or hostBindings code exits) then the core change detection
code would check to see whether the styling data needs to be reset. This
patch removes that functionality and places everything inside of the
scheduled styling exit function. This means that each time one or more
styling bindings run (even if the value hasn't changed) then an exit
function will be scheduled and that will do all the cleanup.

PR Close #32591
2019-09-16 14:12:48 -07:00
..
animation_world refactor(ivy): remove all old styling code prior to refactor (#31193) 2019-07-23 15:45:32 -07:00
core_all test: add size-tracking test for core_all with view engine (#32676) 2019-09-13 13:27:04 -07:00
cyclic_import refactor(ivy): get rid of styling cleanup functions outside of styling code (#32591) 2019-09-16 14:12:48 -07:00
hello_world refactor(ivy): get rid of styling cleanup functions outside of styling code (#32591) 2019-09-16 14:12:48 -07:00
hello_world_i18n feat(ivy): i18n - reorganize entry-points for better reuse (#32488) 2019-09-12 15:35:34 -07:00
hello_world_r2 build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
injection perf(ivy): replace select instruction with advance (#32516) 2019-09-10 06:30:28 -04:00
todo refactor(ivy): get rid of styling cleanup functions outside of styling code (#32591) 2019-09-16 14:12:48 -07:00
todo_i18n feat(ivy): i18n - reorganize entry-points for better reuse (#32488) 2019-09-12 15:35:34 -07:00
todo_r2 test: fix ivy ts_devserver tests under /packages/core/test/bunding/ (#32520) 2019-09-06 20:03:40 -04:00
util test: fix ivy ts_devserver tests under /packages/core/test/bunding/ (#32520) 2019-09-06 20:03:40 -04:00