angular-cn/packages/compiler/test/aot
Tobias Bosch 8ef621ad2a fix(compiler): fix inheritance for AOT with summaries (#15583)
Allows to inherit ctor args, lifecycle hooks and statics from a class
in another compilation unit. 
Will error if trying to inherit from a class in another compilation unit 
that has an `@Component` / `@Directive` / `@Pipe` / `@NgModule`.
2017-03-30 14:51:29 -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 fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00
static_reflector_spec.ts fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00
static_symbol_resolver_spec.ts fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00
summary_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
summary_serializer_spec.ts fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00
test_util.ts fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00

README.md

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