6e00410e1c2c2e0d10754944247f4fa9a1dacb86

Closure has a transformation which turns: Service.ngInjectableDef = ...; into: Service$ngInjectableDef = ...; This transformation obviously breaks Ivy in a major way. The solution is to annotate the fields as @nocollapse. However, Typescript appears to ignore synthetic comments added to a node during a transformation, so the "right" way to add these comments doesn't work. As an interim measure, a post-processing step just before the compiled JS is written to disk appends the correct comments with a regular expression. PR Close #22691
Safari (7+), iOS (7+) and IE mobile (11) are tested on BrowserStack.
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
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
86.3%
JavaScript
8.5%
HTML
1.8%
Starlark
1.7%
CSS
1%
Other
0.6%