angular-docs-cn/modules/angular2/test/compiler
Jeff Cross f14b212dc9 refactor: export core APIs from angular2/core
This change moves many APIs to the angular2/core export.

This change also automatically adds FORM_BINDINGS in
the application root injector.

BREAKING CHANGE:
    Many dependencies that were previously exported from specific
    APIs are now exported from angular2/core. Affected exports, which
    should now be included from angular2/core include:

    angular2/forms
    angular2/di
    angular2/directives
    angular2/change_detection
    angular2/bootstrap (except for dart users)
    angular2/render
    angular2/metadata
    angular2/debug
    angular2/pipes
Closes #3977
2015-09-05 07:01:34 +00:00
..
change_definition_factory_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
eval_module.dart feat(tests): add helper to eval a module 2015-09-04 19:22:43 +00:00
eval_module.ts fix(build): switch to cjs output for es5. 2015-09-04 23:10:34 +00:00
eval_module_spec.ts feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
html_parser_spec.ts feat(compile): add HtmlParser, TemplateParser, ComponentMetadataLoader 2015-08-27 00:05:48 +00:00
style_compiler_import.shim.ts feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
style_compiler_import.ts feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
style_compiler_spec.ts feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
style_url_resolver_spec.ts feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
template_loader_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
template_parser_spec.ts feat(compiler): allow to create ChangeDetectors from parsed templates 2015-09-02 23:20:14 +00:00