
In the existing implementation the `elementPropertyInternal` function (meant to set element properties) was executed even if a bound value didn't change. The `elementPropertyInternal` was inspecting the incoming value and after comparing it to `NO_CHANGE` - exiting early. All in all it meant that we were unnecessarily invoking the `elementPropertyInternal` function for cases where bound value didn't change. Based on my bencharks (running change detection without any model update in a tight loop) this unnecessary function call was causing ~5% slowdown in the change detection process. PR Close #30255
build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
86.3%
JavaScript
8.5%
HTML
1.8%
Starlark
1.7%
CSS
1%
Other
0.6%