mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a4ab6d6b72
Adds support for safely calling functions that may be undefined inside template expressions. E.g. `maybeUndefined?.()` Fixes #42298. PR Close #44580