Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels