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 |
||
|---|---|---|
| .. | ||
| global | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||