Is there a way to pass a ng-template through another ng-template in angular?
I am running into the issue where I can’t pass a nested ng-container in angular.
This is not the exact problem but in general the issue I am running into.
My data from child component is not showing up in the parent component
I have a json file, then I create a card component where that data would be displayed, then I create a parent component and template where I want to iterate through the data and generate a number of cards. However, the data doesn’t show up when I call it through the card component.