angular-cn/packages/common/src/directives
Matias Niemelä 8714daf276 fix(ivy): introduce host-specific styling instructions (#29292)
This patch is the first of a few patches which separates the
styling logic between template bindings (e.g. <div [style])
from host bindings (e.g. @HostBinding('style')). This patch
in particular introduces a series of host-specific styling
instructions and changes the existing set of template styling
instructions not to accept directives. The underyling code (which
communicates with the styling algorithm) still works as it did
before.

This PR also separates the styling instruction code into a separate
file and moves over all other instructions into an dedicated
instructions directory.

PR Close #29292
2019-03-19 16:33:39 -04:00
..
index.ts feat(ivy): convert [ngStyle] and [ngClass] to use ivy styling bindings (#28711) 2019-02-20 13:46:15 -08:00
ng_class.ts fix(ivy): introduce host-specific styling instructions (#29292) 2019-03-19 16:33:39 -04:00
ng_class_impl.ts feat(ivy): convert [ngStyle] and [ngClass] to use ivy styling bindings (#28711) 2019-02-20 13:46:15 -08:00
ng_component_outlet.ts test(ivy): remove ngComponentOutlet example with a lazy-loaded NgModule (#29094) 2019-03-04 14:41:55 -08:00
ng_for_of.ts docs: add method doc (#27377) 2019-01-22 12:18:02 -08:00
ng_if.ts docs: add input docs (#27376) 2019-01-22 12:19:28 -08:00
ng_plural.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
ng_style.ts fix(ivy): introduce host-specific styling instructions (#29292) 2019-03-19 16:33:39 -04:00
ng_style_impl.ts feat(ivy): convert [ngStyle] and [ngClass] to use ivy styling bindings (#28711) 2019-02-20 13:46:15 -08:00
ng_switch.ts docs: add api doc for switch directives (#27378) 2019-01-15 10:53:03 -08:00
ng_template_outlet.ts refactor(ivy): Add newer, smaller NgOnChangesFeature (#28187) 2019-01-23 10:59:34 -08:00
styling_differ.ts feat(ivy): convert [ngStyle] and [ngClass] to use ivy styling bindings (#28711) 2019-02-20 13:46:15 -08:00