mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently for Angular Bazel projects, NGC needs to be run in the "postinstall" NPM script in order to generate required summary files. We need to update the postinstall `tsconfig` to not check/re-build the `@angular/core` schematic code which has transitive dependencies which are only available inside of a CLI project. As this is not guaranteed to be the case with Angular Bazel projects, we need to make sure that we don't check/re-build these files. PR Close #29876 |
||
|---|---|---|
| .. | ||
| api-extractor | ||
| builders | ||
| ng_package | ||
| ngc-wrapped | ||
| protractor | ||
| schematics | ||
| BUILD.bazel | ||
| esm5.bzl | ||
| external.bzl | ||
| modify_tsconfig.js | ||
| ng_module.bzl | ||
| ng_rollup_bundle.bzl | ||