mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As of v13, the package output will be using partial compilation output. This breaks the Bazel setup similar to how it breaks Angular Components. The problem is that `@bazel/concatjs` relies heavily on the UMD files that previously existed in APF, plus it assumed that ngcc pre-processed the files in the `node_modules`. This is no longer the case as there are no UMD files, and the code is not fully-compiled by the Angular compiler. PR Close #43431 |
||
|---|---|---|
| .. | ||
| hello-world | ||
| app-routing.module.ts | ||
| app.component.ts | ||
| app.module.ts | ||
| BUILD.bazel | ||
| index.html | ||
| main.ts | ||
| rollup.config.js | ||
| rxjs_shims.js | ||
| tsconfig.json | ||