angular-cn/modules/@angular/compiler/test
Igor Minar 4a740f23a4 refactor(core): remove deprecated @Component.directives and @Component.pipes
BREAKING CHANGE: previously deprecated @Component.directives and @Component.pipes support was removed.

All the components and pipes now must be declarated via an NgModule. NgModule is the basic
compilation block passed into the Angular compiler via Compiler#compileModuleSync or #compileModuleAsync.

Because of this change, the Compiler#compileComponentAsync and #compileComponentSync were removed as well -
any code doing compilation should compile module instead using the apis mentioned above.

Lastly, since modules are the basic compilation unit, the ngUpgrade module was modified to always require
an NgModule to be passed into the UpgradeAdapter's constructor - previously this was optional.
2016-08-23 09:59:00 -07:00
..
animation refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
css_parser chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00
expression_parser refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
i18n test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
ml_parser chore(imports): don't import ExceptionHandler from facade (#10620) 2016-08-10 15:55:18 -07:00
output fix(ngc): codegen allows --strictNullChecks (#10991) 2016-08-22 15:30:18 -07:00
schema feat(core): add NO_ERRORS_SCHEMA that allows any properties to be set on any element (#10956) 2016-08-19 16:05:34 -07:00
template_parser refactor(compiler): move test/test_bindings to testing/test_bindings (#10081) 2016-08-17 16:37:31 -07:00
directive_lifecycle_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
directive_normalizer_spec.ts refactor(compiler): move test/test_bindings to testing/test_bindings (#10081) 2016-08-17 16:37:31 -07:00
directive_resolver_mock_spec.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
directive_resolver_spec.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
metadata_overrider_spec.ts fix(testing): override metadata subclasses properly (#10767) 2016-08-12 17:39:33 -07:00
metadata_resolver_fixture.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata_resolver_spec.ts test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
ng_module_resolver_mock_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
ng_module_resolver_spec.ts refactor(core): remove `ViewResolver` and `ViewResolverMock` 2016-07-29 04:47:17 -07:00
pipe_resolver_mock_spec.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
resource_loader_mock_spec.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
runtime_compiler_spec.ts refactor(core): remove deprecated @Component.directives and @Component.pipes 2016-08-23 09:59:00 -07:00
selector_spec.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00
shadow_css_spec.ts refactor(core): Replace all `var` with `const` and `let` 2016-08-14 10:10:07 -07:00
spies.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
style_url_resolver_spec.ts refactor: dart 2016-08-01 11:34:51 -07:00
url_resolver_spec.ts refactor: IS_DART === false 2016-08-01 11:34:51 -07:00
util_spec.ts fix: String.split(str, n) stops after n separator (#10408) 2016-08-01 11:33:35 -07:00