mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
44d2ec5a05
Some properties (like gets) might throw when we try to read them. With this commit we fail gracefuly and show a warning message for the property that can't be read. fixes #56755 PR Close #64096