mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b51d8dd438
Fixes Ivy throwing an error if it runs into an empty property binding on an `ng-template` (e.g. `<ng-template [something]=""></ng-template>`) by not generating an update instruction for it. Fixes #30801. This PR resoves FW-1356. PR Close #30829