angular-docs-cn/packages/compiler-cli/test/compliance
Victor Berchet 728d98d3a9 fix(ivy): add bound proerties name to template (#25272)
Before this change bound properties would not be used when matching directives
at runtime.

That is `<ng-template [ngIf]=cond>...</ng-template>` would not trigger the
`ngIf` directive.

PR Close #25272
2018-08-02 22:59:04 -07:00
..
BUILD.bazel refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
README.md fix(ivy): convert context code into a tree-shakable instruction (#24943) 2018-07-30 15:54:11 -07:00
mock_compile.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
mock_compiler_spec.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
r3_compiler_compliance_spec.ts fix(ivy): convert context code into a tree-shakable instruction (#24943) 2018-07-30 15:54:11 -07:00
r3_view_compiler_binding_spec.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
r3_view_compiler_di_spec.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
r3_view_compiler_i18n_spec.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
r3_view_compiler_input_outputs_spec.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
r3_view_compiler_listener_spec.ts fix(ivy): walk declaration views in listener (#25228) 2018-07-31 16:35:20 -07:00
r3_view_compiler_spec.ts refactor(ivy): run the compiler compliance tests against ngtsc (#24862) 2018-07-20 11:48:36 -07:00
r3_view_compiler_styling_spec.ts feat(ivy): bridge compile instructions to include sanitization helpers (#24938) 2018-07-23 08:49:52 -07:00
r3_view_compiler_template_spec.ts fix(ivy): add bound proerties name to template (#25272) 2018-08-02 22:59:04 -07:00

README.md

Tests in this directory should be run with:

bazel test --define=compile=local packages/compiler-cli/test/compliance:compliance