angular-cn/packages/core/test/bundling
Andrew Kushnir dfbf6d72b0 fix(ivy): provide an ability to match <ng-template> tags (#27636)
Prior to this change, we were unable to match directives using `ng-template` tags (for example the following selector would not work even though there might be some <ng-template>s in a template: `ng-template[directiveA]`. As a result, that broke some components that relies on such selectors to work. In order to resolve the problem, we now pass tag name to the `template` instruction (where we passed `null` before) and this tag name is used for matching at runtime. This update should also help support projecting containers, because the tag name is required to properly match such elements.

PR Close #27636
2018-12-17 09:33:37 -08:00
..
animation_world test(ivy): remove symbol tests which are too big and not useful (#27446) 2018-12-04 23:17:52 -08:00
hello_world fix(ivy): setting up animation properties correctly (FW-643) (#27496) 2018-12-06 13:38:40 -08:00
hello_world_i18n fix(ivy): remove obsolete ng_module code for global and jit mode (#27278) 2018-11-27 10:30:58 -08:00
hello_world_r2 test(ivy): remove symbol tests which are too big and not useful (#27446) 2018-12-04 23:17:52 -08:00
injection fix(ivy): provided Injector should be instantiated by its factory (#27456) 2018-12-04 20:01:49 -08:00
todo fix(ivy): provide an ability to match <ng-template> tags (#27636) 2018-12-17 09:33:37 -08:00
todo_i18n test(ivy): add bundling test `todo_i18n` (#27420) 2018-12-04 19:59:12 -08:00
todo_r2 test(ivy): remove symbol tests which are too big and not useful (#27446) 2018-12-04 23:17:52 -08:00
util test(ivy): fix or disable failing ivy tests (#26735) 2018-10-26 14:48:05 -04:00