angular-cn/packages/compiler/test/aot
Tobias Bosch ce1d7c4a6e refactor: use view engine also for `NgModuleFactory`s (#16658)
* refactor(core): provide error message in stack for reflective DI

Fixes #16355

* fix(compiler): make AOT work with `noUnusedParameters`

Fixes #15532

* refactor: use view engine also for `NgModuleFactory`s

This is a prerequisite for being able to mock providers
in AOTed code later on.
2017-05-11 10:26:02 -07:00
..
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
compiler_spec.ts feat(compiler): support a non-null postfix assert (#16672) 2017-05-11 10:15:54 -07:00
jit_summaries_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
regression_spec.ts refactor: use view engine also for `NgModuleFactory`s (#16658) 2017-05-11 10:26:02 -07:00
static_reflector_spec.ts fix(compiler): ignore calls to unresolved symbols in metadata 2017-04-17 14:36:08 -07:00
static_symbol_resolver_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
summary_resolver_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
summary_serializer_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
test_util.ts refactor: use view engine also for `NgModuleFactory`s (#16658) 2017-05-11 10:26:02 -07:00

README.md

Tests in this directory are excluded from running in the browser and only run in node.