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 |
||
|---|---|---|
| .. | ||
| injectable_def | ||
| ng_module | ||