mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this fix if a root component was instantiated it create host bindings, but never render them once update mode ran unless one or more slot-allocated bindings were issued. Since styling in Ivy does not make use of LView slots, the host bindings function never ran on the root component. This fix ensures that the `hostBindings` function does run for a root component and also renders the schedlued styling instructions when executed. Jira Issue: FW-1062 PR Close #28664 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| change_detection_spec.ts | ||
| content_spec.ts | ||
| di_spec.ts | ||
| exports_spec.ts | ||
| inherit_definition_feature_spec.ts | ||
| integration_spec.ts | ||
| lifecycle_spec.ts | ||
| pipe_spec.ts | ||
| query_spec.ts | ||