Previously, ngtsc would fail to evaluate expressions that access properties from e.g. the `window` object. This resulted in hard to debug error messages as no indication on where the problem originated was present in the output. This commit cleans up the handling of unknown property accesses, such that evaluating such expressions no longer fail but instead result in a `DynamicValue`. Fixes #30226 PR Close #30247
…
…
…
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
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%