angular-docs-cn/packages/compiler/test/render3
Misko Hevery 6f213a74f2 feat(ivy): support generation of flags for directive injection (#23345)
This change changes:
- compiler uses `directiveInject` instead of `inject` for `Directive`s
- unifies the flags in `di` as well as `render3`
- changes the signature of `directiveInject` to match `inject` In prep for #23330
- compiler now generates flags for injection.

Compiler portion of #23342
Prep for #23330

PR Close #23345
2018-04-13 14:29:52 -07:00
..
BUILD.bazel build: create a more focused build file for packages/compiler/render3 (#23168) 2018-04-10 13:14:20 -07:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
mock_compile.ts test(compiler): allow asserting matching identifier names (#22835) 2018-03-22 21:24:19 -04:00
mock_compiler_spec.ts test(compiler): allow asserting matching identifier names (#22835) 2018-03-22 21:24:19 -04:00
r3_back_patch_compiler_spec.ts feat(ivy): produce Renderer2 back-patching and factories. (#22506) 2018-03-08 22:39:07 -08:00
r3_compiler_compliance_spec.ts fix(ivy): update compiler to generate separate creation mode and update mode blocks (#23292) 2018-04-11 15:30:39 -07:00
r3_module_factory_compiler_spec.ts feat(ivy): produce Renderer2 back-patching and factories. (#22506) 2018-03-08 22:39:07 -08:00
r3_view_compiler_di_spec.ts feat(ivy): support generation of flags for directive injection (#23345) 2018-04-13 14:29:52 -07:00
r3_view_compiler_i18n_spec.ts fix(ivy): update compiler to generate separate creation mode and update mode blocks (#23292) 2018-04-11 15:30:39 -07:00
r3_view_compiler_input_outputs_spec.ts fix(ivy): correctly bind to component context (#23168) 2018-04-10 13:14:20 -07:00
r3_view_compiler_listener_spec.ts fix(ivy): update compiler to generate separate creation mode and update mode blocks (#23292) 2018-04-11 15:30:39 -07:00
r3_view_compiler_spec.ts feat(compiler): add basic support for in ivy/i18n code generation (#22654) 2018-03-22 19:01:51 -04:00
r3_view_compiler_template_spec.ts fix(ivy): update compiler to generate separate creation mode and update mode blocks (#23292) 2018-04-11 15:30:39 -07:00

README.md

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