angular-docs-cn/packages/compiler-cli
Charles Lyding 1de04b124e feat(compiler-cli): support transforming component style resources (#41307)
This change introduces a new hook on the `ResourceHost` interface named `transformResource`.
Resource transformation allows both external and inline resources to be transformed prior to
compilation by the AOT compiler. This provides support for tooling integrations to enable
features such as preprocessor support for inline styles.
Only style resources are currently supported. However, the infrastructure is in place to add
template support in the future.

PR Close #41307
2021-04-02 15:48:45 -07:00
..
integrationtest feat(core): drop support for zone.js 0.10.x (#40823) 2021-02-24 07:58:29 -08:00
linker refactor(compiler): rename `R3FactoryTarget` to `FactoryTarget` (#41231) 2021-03-30 16:46:37 -07:00
ngcc feat(compiler-cli): support transforming component style resources (#41307) 2021-04-02 15:48:45 -07:00
src feat(compiler-cli): support transforming component style resources (#41307) 2021-04-02 15:48:45 -07:00
test refactor(compiler): remove `R3ResolvedDependencyType` altogether (#41231) 2021-03-30 16:46:37 -07:00
BUILD.bazel build: emit performance JSON file for each ng_module() (#41125) 2021-03-24 13:42:25 -07:00
index.ts perf(compiler-cli): refactor the performance tracing infrastructure (#41125) 2021-03-24 13:42:24 -07:00
package.json build: update yargs dependency to 16.2.0. (#41351) 2021-03-30 16:59:38 -07:00
tsconfig-build.json build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
tsconfig.json perf(ivy): ngcc - only find dependencies when targeting a single entry-point (#30525) 2019-07-09 09:40:46 -07:00