mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE
Previously, if an element had a property, Angular would update that property even if there was a directive placed on the same element with the same property. Now, the directive would have to explicitly update the native elmement by either using hostProperties or the renderer.
|
||
|---|---|---|
| .. | ||
| proto_view_builder_spec.ts | ||
| proto_view_merger_integration_spec.ts | ||
| shared_styles_host_spec.ts | ||
| view_spec.ts | ||