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.
|
||
|---|---|---|
| .. | ||
| annotations | ||
| compiler | ||
| life_cycle | ||
| testability | ||
| zone | ||
| application_spec.ts | ||
| directive_lifecycle_integration_spec.ts | ||
| exception_handler_spec.ts | ||
| forward_ref_integration_spec.dart | ||
| forward_ref_integration_spec.ts | ||