mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously we completely ignored entry-points that had not been compiled with Angular, since we do not need to compile them with ngcc. But this makes it difficult to reason about dependencies between entry-points that were compiled with Angular and those that were not. Now we do track these non-Angular compiled entry-points but they are marked as `compiledByAngular: false`. PR Close #29643 |
||
|---|---|---|
| .. | ||
| analysis | ||
| helpers | ||
| host | ||
| integration | ||
| logging | ||
| packages | ||
| rendering | ||
| writing | ||
| BUILD.bazel | ||