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
NativeScript templated controls have their own visual tree and template life cycle that we need to integrate with Angular. We want to instantiate Angular templates (with bindings and everything) and attach them to the correct visual tree location.
We can't use a plain NgFor for this task since those controls usually pull instantiated templates when the need to display a new item arises.
The text was updated successfully, but these errors were encountered:
NativeScript templated controls have their own visual tree and template life cycle that we need to integrate with Angular. We want to instantiate Angular templates (with bindings and everything) and attach them to the correct visual tree location.
We can't use a plain
NgFor
for this task since those controls usually pull instantiated templates when the need to display a new item arises.The text was updated successfully, but these errors were encountered: