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
{{ message }}
This repository has been archived by the owner on May 20, 2019. It is now read-only.
This is my html - in the first section I have a container component and a child container component nested inside (container component has <ng-content> inside it's html). So it renders some simple text and the child renders a list of items.
However in the second example, the dynamic template only loads the <app-my-container> component, and none of it's children. The data inside template looks like so:
This is my html - in the first section I have a container component and a child container component nested inside (container component has
<ng-content>
inside it's html). So it renders some simple text and the child renders a list of items.However in the second example, the dynamic template only loads the
<app-my-container>
component, and none of it's children. The data inside template looks like so:Is there anyway to get nested components to load within a dynamic template? I am using latest angular 6.
The text was updated successfully, but these errors were encountered: