mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ef10aa4005
This commit adds the ability to set the decoding attribute in NgOptimizedImage. It proxies the binding onto the host image element. If no binding is provided, it defaults to "auto", which matches the browser's default behavior. This approach avoids any breaking changes resulting from the update. PR Close #61905