angular/packages/compiler/src/render3/partial
JoostK b48eabddb8 refactor(compiler-cli): include template source directly inside declaration object (#40383)
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
2021-01-11 15:37:12 -08:00
..
api.ts refactor(compiler-cli): include template source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
component.ts refactor(compiler-cli): include template source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
directive.ts refactor(compiler): add type information to DefinitionMap (#39961) 2020-12-08 12:01:56 -08:00
util.ts refactor(compiler-cli): extract compilation utilities for partial compilation of components (#39707) 2020-11-24 13:05:43 -08:00