angular/modules/@angular/compiler-cli/src
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
..
codegen.ts refactor: remove unused imports 2017-01-05 11:18:34 -08:00
compiler_host.ts fix(compiler-cli): produce metadata for .d.ts files without metadata (#13526) 2016-12-16 15:33:47 -08:00
extract_i18n.ts feat(compiler-cli): private i18n API for the CLI (#13536) 2016-12-19 11:56:10 -08:00
extractor.ts refactor(compiler-cli): support extracting the mesage bundle without writing a file (#13580) 2016-12-19 15:28:55 -08:00
main.ts refactor(compiler): don't print stack trace on template parse errors (#13390) 2016-12-15 13:07:12 -08:00
ngtools_api.ts feat(compiler-cli): private i18n API for the CLI (#13536) 2016-12-19 11:56:10 -08:00
ngtools_impl.ts fix(compiler-cli): add support for more than 2 levels of nested lazy routes 2017-01-09 17:43:14 -05:00
path_mapped_compiler_host.ts refactor(compiler-cli): refactor compiler host parameters (#13147) 2016-12-01 13:24:51 -08:00
private_import_core.ts chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00