mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously with View Engine output, the `enableResourceInlining` option could be set to inline external templates and styles (also for the resulting `.metadata.json` files). We want to do the same for the Ivy compilation pipeline (regardless of the compilation mode). The full compilation definitions, and partial declarations currently already inline resources in a way that no external requests need to be made. Although there is one exception currently. These are the calls for setting class metadata (for testbed overrides). This commit updates the set class metadata calls (for both partial and full compilation) to always inline resources. This means that libraries do not need to start shipping external styles/templates just for the `setClassMetadata` calls. Note: Only doing this for partial compilation has been considered, but it seems like it would be simpler implementation-wise to do this for full compilation as well. Given the external resources are already inlined (through their `ecmp` definitions), it seems acceptable (or even more aligned) to do the same for the set class metadata calls. PR Close #43178 |
||
|---|---|---|
| .. | ||
| compliance | ||
| diagnostics | ||
| metadata | ||
| ngtsc | ||
| transformers | ||
| BUILD.bazel | ||
| extract_i18n_spec.ts | ||
| mocks.ts | ||
| ngc_spec.ts | ||
| perform_compile_spec.ts | ||
| perform_watch_spec.ts | ||
| test_support.ts | ||
| typescript_support_spec.ts | ||