mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Setter: You can set a '_templateParent' by setting node.parentNode. This won't affect the native parent of the node. Getter: Returns '_templateParent', if set, or the native parent otherwise. Reason: This will help us remove that abstraction from nativescript-angular as it matches the DOM Nodes API name.