angular-docs-cn/packages/compiler/test/render3
Matias Niemelä 3980640d53 feat(ivy): properly apply style="", [style], [style.foo] and [attr.style] bindings (#24602)
PR Close #24602
2018-07-06 13:51:00 -07:00
..
BUILD.bazel test: switch to ts_web_test_suite (#23859) 2018-05-15 11:40:56 -07:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
mock_compile.ts feat(ivy): support pipe compilation from local metadata (#24703) 2018-07-03 18:36:02 -04:00
mock_compiler_spec.ts feat(compiler): support `// ...` and `// TODO` in mock compiler expectations (#23441) 2018-04-19 16:32:09 -07:00
r3_compiler_compliance_spec.ts feat(ivy): properly apply style="", [style], [style.foo] and [attr.style] bindings (#24602) 2018-07-06 13:51:00 -07:00
r3_template_transform_spec.ts feat(ivy): add error reporting to the html to ivy transformer (#23546) 2018-05-09 11:49:18 -07:00
r3_view_compiler_binding_spec.ts refactor(ivy): add element instruction, reducing output size (#24379) 2018-06-11 14:02:48 -04:00
r3_view_compiler_di_spec.ts feat(ivy): support injection even if no injector present (#23345) 2018-04-13 14:29:52 -07:00
r3_view_compiler_i18n_spec.ts refactor(ivy): add element instruction, reducing output size (#24379) 2018-06-11 14:02:48 -04:00
r3_view_compiler_input_outputs_spec.ts refactor(compiler): compile{Component,Directive} take only local information (#23545) 2018-05-08 13:57:20 -07:00
r3_view_compiler_listener_spec.ts feat(ivy): add an IVY local the compiler which avoids analyzeModule (#23441) 2018-04-19 16:32:09 -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_styling_spec.ts feat(ivy): properly apply style="", [style], [style.foo] and [attr.style] bindings (#24602) 2018-07-06 13:51:00 -07:00
r3_view_compiler_template_spec.ts Revert "feat(ivy): add element instruction (#23899)" 2018-06-06 13:38:19 -07:00
styling_spec.ts feat(ivy): properly apply style="", [style], [style.foo] and [attr.style] bindings (#24602) 2018-07-06 13:51:00 -07:00

README.md

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