angular/integration/bazel/src
Paul Gschwendtner 634e6662c6 test: update bazel integration test to use linker for v13 APF (#43431)
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
2021-10-01 18:28:45 +00:00
..
hello-world refactor: remove entry_point attribute from ng_package targets (#43431) 2021-10-01 18:28:42 +00:00
app-routing.module.ts test(bazel): Add router to bazel integration test (#29459) 2019-03-22 13:17:01 -07:00
app.component.ts docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
app.module.ts test(bazel): Add router to bazel integration test (#29459) 2019-03-22 13:17:01 -07:00
BUILD.bazel test: update bazel integration test to use linker for v13 APF (#43431) 2021-10-01 18:28:45 +00:00
index.html feat(zone.js): upgrade zone.js to angular package format(APF) (#36540) 2020-06-11 11:08:48 -07:00
main.ts build: update integration/bazel to Ivy and new rollup_bundle (#33434) 2019-10-28 16:24:57 -07:00
rollup.config.js build: update integration/bazel to Ivy and new rollup_bundle (#33434) 2019-10-28 16:24:57 -07:00
rxjs_shims.js build(bazel): do not build rxjs from source under Bazel (#28720) 2019-02-19 16:28:14 -08:00
tsconfig.json test: enable importHelpers for UMD builds (#36989) 2020-05-14 10:50:30 -07:00