angular-cn/packages/compiler/test
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
..
aot fix(compiler): fix inheritance for AOT with summaries (#15583) 2017-03-30 14:51:29 -07:00
css_parser build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
expression_parser feat(common): support `as` syntax in template/* bindings (#15025) 2017-03-14 20:46:29 -07:00
i18n fix(compiler): allow single quotes into named interpolations (#15461) 2017-03-24 15:10:41 -07:00
ml_parser fix(compiler): improve error msg for unexpected closing tags (#14747) 2017-03-10 13:05:17 -08:00
output fix(compiler): add an empty content for source file of non mapped code. (#15246) 2017-03-17 13:48:09 -05:00
schema build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
template_parser feat(common): support `as` syntax in template/* bindings (#15025) 2017-03-14 20:46:29 -07:00
directive_lifecycle_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
directive_normalizer_spec.ts fix(compiler): throw when a component defines both template and templateUrl (#15572) 2017-03-29 10:26:48 -07:00
directive_resolver_mock_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
directive_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
integration_spec.ts Revert "fix(compiler): shouldn't throw when Symbol is used as DI token (#13701)" (#15319) 2017-03-20 17:13:37 -05:00
metadata_overrider_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
metadata_resolver_fixture.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
metadata_resolver_spec.ts fix(compiler): Improve error message for missing annotations (#14724) 2017-03-14 17:12:18 -07:00
ng_module_resolver_mock_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
ng_module_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
parse_util_spec.ts fix(compiler): warning prints "WARNING" instead of "ERROR" (#15125) 2017-03-14 17:12:44 -07:00
pipe_resolver_mock_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
pipe_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
resource_loader_mock_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
runtime_compiler_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
selector_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
shadow_css_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
spies.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
style_url_resolver_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
url_resolver_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
util_spec.ts fix(compiler): fix utf8encode, move to sharted utils, add tests (#15076) 2017-03-14 17:13:39 -07:00