angular-cn/packages/compiler-cli/integrationtest/bazel
Alex Rickabaugh dd534471ec fix(compiler): allow tree-shakeable injectables to depend on string tokens (#22376)
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
2018-03-01 08:15:13 -08:00
..
injectable_def fix(compiler): allow tree-shakeable injectables to depend on string tokens (#22376) 2018-03-01 08:15:13 -08:00
ng_module feat(bazel): add an ng_package rule (#22221) 2018-02-23 11:19:04 -08:00