You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(renderer): set templateParent to comment and text nodes (#785)
* fix(renderer): set templateParent for newly create DetachedText nodes
DetachedText is not inserted in the UI components tree, so we need to
add it's parent manually.
* fix(renderer): respect templateParent in parentNode() if one is set
fixes#777, fixes#787
* test: add unit test for NgIfElse and NgIfThenElse
* chore: target 'next' tag of tns-core-modules
* fix(renderer): stop attaching comments to visual tree
* refactor(renderer): create DetachedElements instead for comments and
text nodes
* refactor: move NgView, NgElement and similar to separate module
0 commit comments