angular-docs-cn/packages/bazel/test/ngc-wrapped/ivy_enabled
Paul Gschwendtner 31370f4103 feat(bazel): allow setting `compilationMode` in `ng_module` rule (#41366)
Adds a new attribute to the `ng_module` rule that allows users to
set the Angular compiler `compilationMode` flag. An alternative
would have been to just enable the option in the user-specified
tsconfig. Though that is more inconvenient if a Bazel workspace
wants to change the compilation mode conditionally at anaylsis
phase through build settings.

Related to: https://github.com/angular/components/pull/22351t

PR Close #41366
2021-03-30 16:55:38 -07:00
..
BUILD.bazel feat(bazel): allow setting `compilationMode` in `ng_module` rule (#41366) 2021-03-30 16:55:38 -07:00
ng_module_ivy_test.ts feat(bazel): allow setting `compilationMode` in `ng_module` rule (#41366) 2021-03-30 16:55:38 -07:00
test_module_default_compilation.ts feat(bazel): allow setting `compilationMode` in `ng_module` rule (#41366) 2021-03-30 16:55:38 -07:00
test_module_full_compilation.ts feat(bazel): allow setting `compilationMode` in `ng_module` rule (#41366) 2021-03-30 16:55:38 -07:00
test_module_partial_compilation.ts feat(bazel): allow setting `compilationMode` in `ng_module` rule (#41366) 2021-03-30 16:55:38 -07:00