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.
|
||
|---|---|---|
| .. | ||
| dom | ||
| api_spec.ts | ||
| xhr_impl_spec.ts | ||
| xhr_mock_spec.ts | ||