mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously the injectable compiler assumed all tree-shakeable injectables would have dependencies that were injectables or InjectionTokens. However old code still uses string tokens (e.g. NgUpgrade and '$injector'). Using such tokens would cause the injectable compiler to crash. Now, the injectable compiler can properly generate a dependency on such a string token. PR Close #22376 |
||
|---|---|---|
| .. | ||
| bazel | ||
| benchmarks | ||
| flat_module | ||
| ngtools_src | ||
| src | ||
| test | ||
| third_party_src | ||
| tsconfig-build.json | ||
| tsconfig-ngc-build.json | ||
| tsconfig-xi18n.json | ||
| webpack.config.js | ||