angular-cn/packages/core/test/bundling
Matias Niemelä f03475cac8 refactor(ivy): evaluate prop-based styling bindings with a new algorithm (#30469)
This is the first refactor PR designed to change how styling bindings
(i.e. `[style]` and `[class]`) behave in Ivy. Instead of having a heavy
element-by-element context be generated for each element, this new
refactor aims to use a single context for each `tNode` element that is
examined and iterated over when styling values are to be applied to the
element.

This patch brings this new functionality to prop-based bindings such as
`[style.prop]` and `[class.name]`.

PR Close #30469
2019-05-17 09:54:19 -07:00
..
animation_world 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
core_all test(core): update core_all size-tracking golden file (#30257) 2019-05-09 12:55:17 -07:00
cyclic_import refactor(ivy): evaluate prop-based styling bindings with a new algorithm (#30469) 2019-05-17 09:54:19 -07:00
hello_world refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
hello_world_i18n feat(ivy): support i18n without closure (#28689) 2019-04-11 08:28:45 -07:00
hello_world_r2 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
injection fix(ivy): support sub-class services that only inherit `@Injectable` (#30388) 2019-05-15 14:10:33 -07:00
todo refactor(ivy): evaluate prop-based styling bindings with a new algorithm (#30469) 2019-05-17 09:54:19 -07:00
todo_i18n refactor(ivy): migrate ɵɵ prefix back to Δ (#30362) 2019-05-14 16:52:15 -07:00
todo_r2 fix(platform-browser): insert APP_ID in styles, contentAttr and hostAttr (#17745) 2019-04-11 07:59:22 -07: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