NgPackagesInstaller
(#31985)
Previously, when `NgPackagesInstaller` needed to install the local Angular packages to a project, it assumed the `dist/packages-dist/` would exist and contain up-to-date built packages. I.e. it was up to the user to have built the packages first (by running the appropriate script). However, many people not familiar with the `aio/` infrastructure assumed that `yarn build-local` or `yarn build-with-ivy` would take care of all the necessary steps. To avoid getting confusing errors (or worse yet, using outdated local packages), `NgPackagesInstaller` now has an option to build the packages before using them. One caveat is that the build script does not currently work on Windows, so a warning is printed instead, letting the user know they need to (somehow) take care of it themselves. NOTE 1: Since the build script is using bazel, running it should not be expensive if the directory is up-to-date (i.e. no changes have been made to source code after the last build). NOTE 2: This commit adds support for `--build-packages`, but does not change the default behavior (not building the packages). It will be turned on in a subsequent commit. PR Close #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%