mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `template` and `isInline` fields were previously stored in a nested object, which was initially done to accommodate for additional template information to support accurate source maps for external templates. In the meantime the source mapping has been accomplished in a different way, and I feel this flattened structure is simpler and smaller so is preferable over the nested object. This change also makes the `isInline` property optional with a default value of `false`. PR Close #40383 |
||
|---|---|---|
| .. | ||
| compliance | ||
| compliance_old | ||
| 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 | ||