This change basically moves some checks to happen up front and ensures we don't try to process any more properties than we absolutely need. (The properties would not be processed before either, but we would consider them, before finding out that they have already been processed or that they do not exist in the entry-point's `package.json`.) This change should make no difference in the work done by `ngcc`, but it transforms the code in a way that makes the actual work known earlier, thus making it easier to parallelize the processing of each property in the future. PR Close #32052
build(docs-infra): ensure the locally built packages exist and are up-to-date in
yarn setup-local
(#31985)
build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
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%