angular-cn/packages/compiler/test/render3
Andrew Kushnir f0b0d64453 fix(ivy): adding `projectDef` instructions to all templates where <ng-content> is present (FW-745) (#27384)
Prior to this change `projectDef` instructions were placed to root templates only, thus the necessary information (selectors) in nested templates was missing. This update adds the logic to insert `projectDef` instructions to all templates where <ng-content> is present.

PR Close #27384
2018-12-04 19:58:13 -08:00
..
view feat(ivy): updated translation const names (that include message ids) (#27185) 2018-11-30 10:00:54 -08:00
BUILD.bazel test(ivy): mark failing test targets with fixme-ivy-jit and fixme-ivy-local tags (#26471) 2018-10-23 08:57:42 -07:00
README.md feat(compiler): implement "enableIvy" compiler option (#21427) 2018-01-18 18:22:44 -06:00
r3_template_transform_spec.ts fix(ivy): adding `projectDef` instructions to all templates where <ng-content> is present (FW-745) (#27384) 2018-12-04 19:58:13 -08:00
style_parser_spec.ts refactor(ivy): abstract all styling-related compiler logic into a shared class (#27043) 2018-11-12 15:32:48 -08:00

README.md

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