angular-cn/packages/compiler/test/render3
Miško Hevery 3fb4e190a8 fix(ivy): correctly bind to component context (#23168)
When compiling templates the compiler would often bind to
closest context rather than the component context.

The only time one should be binding to the cont component is
in explicit cases where the inner template declares local variable.

PR Close #23168
2018-04-10 13:14:20 -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): correctly bind to component context (#23168) 2018-04-10 13:14:20 -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_i18n_spec.ts test(compiler): assert translation names pattern (#22960) 2018-03-23 15:06:06 -04: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): correctly bind to component context (#23168) 2018-04-10 13:14:20 -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): correctly bind to component context (#23168) 2018-04-10 13:14:20 -07:00

README.md

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