angular-cn/tools/material-ci
Matias Niemelä ec56354306 fix(ivy): ensure parent/sub-class components evaluate styling correctly ()
The new styling algorithm in angular is designed to evaluate host
bindings stylinh priority in order of directive evaluation order. This,
however, does not work with respect to parent/sub-class directives
because sub-class host bindings are run after the parent host bindings
but still have priority. This patch ensures that the host styling bindings
for parent and sub-class components/directives are executed with respect
to the styling algorithm prioritization.

Jira Issue: FW-1132

PR Close 
2019-04-05 16:49:52 -07:00
..
angular_material_test_blocklist.js fix(ivy): ensure parent/sub-class components evaluate styling correctly () 2019-04-05 16:49:52 -07:00
instructions.md fix(ivy): ngOnChanges hooks should be inherited from grand-superclasses () 2019-02-22 12:00:15 -08:00