angular-cn/packages/compiler-cli/integrationtest
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
..
bazel fix(compiler): allow tree-shakeable injectables to depend on string tokens (#22376) 2018-03-01 08:15:13 -08:00
benchmarks refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
flat_module fix(compiler): look for flat module resources using declaration module path (#15367) 2017-03-21 19:05:03 -05:00
ngtools_src fix(compiler-cli): find lazy routes in nested module import arrays 2017-06-20 14:21:14 -07:00
src fix(compiler): work well with `forwardRef` with `useValue` / `useFactory` 2017-09-25 13:36:00 -07:00
test refactor(compiler): remove old ngtools api and add listLazyRoutes to new api (#19836) 2017-10-23 18:46:04 -04:00
third_party_src feat(compiler-cli): new compiler api and command-line using TypeScript transformers 2017-06-23 16:18:44 -07:00
tsconfig-build.json refactor(compiler): remove old ngtools api and add listLazyRoutes to new api (#19836) 2017-10-23 18:46:04 -04:00
tsconfig-ngc-build.json feat(compiler-cli): new compiler api and command-line using TypeScript transformers 2017-06-23 16:18:44 -07:00
tsconfig-xi18n.json refactor(compiler): remove old ngtools api and add listLazyRoutes to new api (#19836) 2017-10-23 18:46:04 -04:00
webpack.config.js fix(compiler): make sourcemaps work in AOT mode 2017-03-16 12:56:56 -07:00