Questions tagged [ngtemplateoutlet]
18 questions
0
votes
1 answer
How do you hydrate a parent template with child data (Angular 11)
So I have two Angular Components, a parent & a child. I want to do the following:
Define an ng-template in the parent component that references
child functions/variables
Pass that template as a parameter to the
child component, and
Have the child…

treycrossley
- 143
- 1
- 8
0
votes
1 answer
How to make use of let-* and ngTemplateOutlet to make dynamic listing in angular
I am looking into concept of ngTemplateOutlet to make dynamic listing system.
{{ item.id }} - {{ item.names.en }} ({{ item.names.np }})
…

Veshraj Joshi
- 3,544
- 3
- 27
- 45
-1
votes
1 answer
Using ng-content with *ngtemplateOutlet not show in DOM
I have three Angular component, one base component and two child component (child1 and child2), with these structure:
child1.component.html
CHILD 1
…
Edo2610
- 184
- 1
- 9