angular-docs-cn/modules/@angular/compiler-cli/integrationtest
Meligy 5d9cbd7d6f fix(compiler-cli): add support for more than 2 levels of nested lazy routes
This change adds Compiler CLI support for any level of nesting for lazy routes.

For example `{app-root}/lazy-loaded-module-1/lazy-loaded-module-2/lazy-loaded-module-3`

Where `lazy-loaded-module-3` is lazy loaded from `lazy-loaded-module-2`,
and `lazy-loaded-module-2` is lazy loaded from module `lazy-loaded-module-1`,
and `lazy-loaded-module-1` is lazy loaded from `AppModule`

Fixes angular/angular-cli#3663
2017-01-09 17:43:14 -05:00
..
benchmarks refactor(benchmarks): add `index_aot` to support AoT bootstrap. (#12105) 2016-10-06 08:37:37 -07:00
ngtools_src fix(compiler-cli): add support for more than 2 levels of nested lazy routes 2017-01-09 17:43:14 -05:00
src feat(animations): support function types in transitions 2017-01-06 19:29:46 -05:00
test fix(compiler-cli): add support for more than 2 levels of nested lazy routes 2017-01-09 17:43:14 -05:00
third_party_src fix(language-service): support TypeScript 2.1 (#13655) 2017-01-05 11:34:42 -08:00
tsconfig-build.json fix(language-service): support TypeScript 2.1 (#13655) 2017-01-05 11:34:42 -08:00
webpack.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00